@kizu Would be better to dev the logic in JS so one could at least ensure all the colors are valid in RGB color space.
Regardless, unlike RGB you really have to pick your poison when adapting to OKLCH.
Top-level
@kizu Would be better to dev the logic in JS so one could at least ensure all the colors are valid in RGB color space. Regardless, unlike RGB you really have to pick your poison when adapting to OKLCH. 1 comment
|
@kizu Even more work on this.
The third iteration takes the first number and the closer the other numbers are to that number, the less chroma there is.
https://codepen.io/Merri/pen/bNbrWEK
And now it is easier to come up with gradients since there is some kind of predictability on what you can find.