Skip to content

Instantly share code, notes, and snippets.

@svgeesus
Last active March 5, 2024 19:17
Show Gist options
  • Save svgeesus/04e532bbf96721c59944264bdbe7085a to your computer and use it in GitHub Desktop.
Save svgeesus/04e532bbf96721c59944264bdbe7085a to your computer and use it in GitHub Desktop.

Title

let color1 = new Color("#eee");
color1.to("oklch");
let color2 = new Color("green");
color2.to("oklch");
color1.range(color2, {space: "oklch"});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment