Skip to content

Instantly share code, notes, and snippets.

@vincentorback
Created February 24, 2017 10:35
Show Gist options
  • Save vincentorback/5ec93bff8d02155f4f58018d310b9784 to your computer and use it in GitHub Desktop.
Save vincentorback/5ec93bff8d02155f4f58018d310b9784 to your computer and use it in GitHub Desktop.
export function randomHex() {
return '#' + (Math.random() * 0xFFFFFF << 0).toString(16)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment