Skip to content

Instantly share code, notes, and snippets.

@svgeesus
Last active February 25, 2025 14:35
Show Gist options
  • Save svgeesus/4edb04d3f8c35410ef52170ab180042a to your computer and use it in GitHub Desktop.
Save svgeesus/4edb04d3f8c35410ef52170ab180042a to your computer and use it in GitHub Desktop.

Color difference

let color1 = new Color("#0097a7");
let color2 = new Color("#1bc0d7");
color1.deltaEOK(color2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment