Skip to content

Instantly share code, notes, and snippets.

@joom
Created March 28, 2014 19:46
Show Gist options
  • Save joom/9841509 to your computer and use it in GitHub Desktop.
Save joom/9841509 to your computer and use it in GitHub Desktop.
Gives the hex values of colors in a swatch page in Adobe Kuler. Run in JS console.
$('.themeBox').children().map(function(){return $(this).attr('title');});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment