let target= new Color("#69d1af");
let c1= new Color("#549998");
let c2= new Color("#c7daba");
target.deltaEOK(c1);
target.deltaEOK(c2);
Last active
November 1, 2022 13:39
-
-
Save svgeesus/7fdc8a24357af2efe275566566ccb19c 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