Skip to content

Instantly share code, notes, and snippets.

@fogleman
Created August 19, 2016 15:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fogleman/64fc6fdd4e656c4e3faed160a57c6208 to your computer and use it in GitHub Desktop.
Save fogleman/64fc6fdd4e656c4e3faed160a57c6208 to your computer and use it in GitHub Desktop.
Copy all Adobe Kuler hex values to clipboard
var s = ''; for (var e of document.querySelectorAll('[data-comp=hex]')) {s += e.value + '\n';} copy(s.trim());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment