Skip to content

Instantly share code, notes, and snippets.

@AlastairTaft
Created September 7, 2020 06:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlastairTaft/fe593008128404423232687f9ca5f1c2 to your computer and use it in GitHub Desktop.
Save AlastairTaft/fe593008128404423232687f9ca5f1c2 to your computer and use it in GitHub Desktop.
Generate random colour
'#' + '000000'.split('').map(c => Number(Math.floor(Math.random() * 16)).toString(16)).join('')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment