juxtopposed / realtimecolors

Real-time UI Colorpicking Tool. See your favorite colors of choice for a website in real time.
https://realtimecolors.com
Other
798 stars 31 forks source link

[Feature] Reactive Math-Computed colors according to another color #78

Open PositiveUser opened 11 months ago

PositiveUser commented 11 months ago

Is your feature request related to a problem? Please describe. Sometimes I want a reactive color using math. When I change a color, it can affect another color in realtime.

Describe the solution you'd like

Do check the codes in these pens and experiment with the page/inputs. There is also a button to try an example in each pen.

My ideas: ${primary.hslS / 5} or ${primary.hslS / 5%}, ${primary.hslH + 30} or ${primary.hslH + 30deg}, OR ${primary.hslS} / 5 or ${primary.hslS} / 5%, ${primary.hslH} + 30 or ${primary.hslH} + 30deg,