Skip to content

Instantly share code, notes, and snippets.

@max-mapper
Created February 26, 2011 02:45
Show Gist options
  • Select an option

  • Save max-mapper/844879 to your computer and use it in GitHub Desktop.

Select an option

Save max-mapper/844879 to your computer and use it in GitHub Desktop.
sick neon colors
var sick_neon_colors = ["#CB3301", "#FF0066", "#FF6666", "#FEFF99", "#FFFF67", "#CCFF66", "#99FE00", "#EC8EED", "#FF99CB", "#FE349A", "#CC99FE", "#6599FF", "#03CDFF", "#FFFFFF"];
function randomColor(colors) {
return colors[Math.floor(Math.random()*colors.length)];
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment