Skip to content

Instantly share code, notes, and snippets.

@riston
Created January 2, 2015 22:27
Show Gist options
  • Save riston/7d7f36786c530bbb5d80 to your computer and use it in GitHub Desktop.
Save riston/7d7f36786c530bbb5d80 to your computer and use it in GitHub Desktop.
Colorful developing :D
// Paste in browser developer tools
Array(100).join('.').split('.').map(function (a, index) { return (~~(Math.random()*(1<<24))).toString(16) }).forEach(function(color) { console.log("%c ", "background-color: #" + color) });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment