Email or username:

Password:

Forgot your password?
Top-level
Vesa Piittinen

@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
Vesa Piittinen

@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.

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.

Demonstrating a few gradients: greys, gradient 15, gradient 20, and gradient 25. Each gradient has 10 colors.
Go Up