Skip to content

Instantly share code, notes, and snippets.

@svgeesus
Last active November 1, 2022 13:39
Show Gist options
  • Save svgeesus/7fdc8a24357af2efe275566566ccb19c to your computer and use it in GitHub Desktop.
Save svgeesus/7fdc8a24357af2efe275566566ccb19c to your computer and use it in GitHub Desktop.

DeltaEOK

let target= new Color("#69d1af");
let c1= new Color("#549998");
let c2= new Color("#c7daba");
target.deltaEOK(c1);
target.deltaEOK(c2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment