Skip to content

Instantly share code, notes, and snippets.

@rudiedirkx
Created March 10, 2024 15:52
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 rudiedirkx/19aad345a5b6457b9b110537b4bf3b14 to your computer and use it in GitHub Desktop.
Save rudiedirkx/19aad345a5b6457b9b110537b4bf3b14 to your computer and use it in GitHub Desktop.
copy(Array(32).fill(0).map(() => '#' + ('00000' + Math.floor(Math.random()*Math.pow(256, 3)).toString(16)).slice(-6)).join("\n"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment