Skip to content

Instantly share code, notes, and snippets.

@blister
Created June 4, 2010 16:37
Show Gist options
  • Select an option

  • Save blister/425631 to your computer and use it in GitHub Desktop.

Select an option

Save blister/425631 to your computer and use it in GitHub Desktop.
function random_color() {
return '#' + (~~(Math.random() * 16777215)).toString(16);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment