Skip to content

Instantly share code, notes, and snippets.

@eculver
Created June 4, 2010 18:25
Show Gist options
  • Save eculver/425768 to your computer and use it in GitHub Desktop.
Save eculver/425768 to your computer and use it in GitHub Desktop.
random color
'#' + (~~(Math.random() * 16777215)).toString(16);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment