Skip to content

Instantly share code, notes, and snippets.

@pgblu
Created August 9, 2018 16:24
Show Gist options
  • Save pgblu/a42251df2caa407b7bf6a0c950c7f8d3 to your computer and use it in GitHub Desktop.
Save pgblu/a42251df2caa407b7bf6a0c950c7f8d3 to your computer and use it in GitHub Desktop.
let color1 = Math.round(Math.random() * 0xFFFFFF);
let fill1 = '#' + color1.toString(16).padStart(6,'0');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment