Skip to content

Instantly share code, notes, and snippets.

@thachhoang
Last active December 11, 2015 05:48
Show Gist options
  • Select an option

  • Save thachhoang/4554465 to your computer and use it in GitHub Desktop.

Select an option

Save thachhoang/4554465 to your computer and use it in GitHub Desktop.
Random hex color code generator.
var color='#'+(Math.random()*0xFFFFFF<<0).toString(16);
// by nlogax
// http://paulirish.com/2009/random-hex-color-code-snippets/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment