Skip to content

Instantly share code, notes, and snippets.

@OlivierJM
Created August 1, 2020 19:05
Show Gist options
  • Save OlivierJM/0f8c718d55fc1f7e0d74742c2ab48df2 to your computer and use it in GitHub Desktop.
Save OlivierJM/0f8c718d55fc1f7e0d74742c2ab48df2 to your computer and use it in GitHub Desktop.
function generateColor() {
return (
"#" +
Math.random()
.toString(16)
.substr(-6)
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment