Skip to content

Instantly share code, notes, and snippets.

@svgeesus
Last active December 14, 2021 16:57
Show Gist options
  • Save svgeesus/32e6d50771a2b5fd8ffb9a92e2bb6517 to your computer and use it in GitHub Desktop.
Save svgeesus/32e6d50771a2b5fd8ffb9a92e2bb6517 to your computer and use it in GitHub Desktop.

Color contrast test

let base= new Color("red");
let first = new Color("deeppink");
let second =  new Color("#008000");
base.contrast(first);
base.contrast(second);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment