Created
March 28, 2014 19:46
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$('.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