let color1 = new Color("#eee");
color1.to("oklch");
let color2 = new Color("green");
color2.to("oklch");
color1.range(color2, {space: "oklch"});
Last active
March 5, 2024 19:17
-
-
Save svgeesus/04e532bbf96721c59944264bdbe7085a to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment