Skip to content

Instantly share code, notes, and snippets.

@unrealapex
Created February 25, 2022 17:15
Show Gist options
  • Select an option

  • Save unrealapex/8d49321a27498273b915a9cf1eb72d5f to your computer and use it in GitHub Desktop.

Select an option

Save unrealapex/8d49321a27498273b915a9cf1eb72d5f to your computer and use it in GitHub Desktop.
var randomHexColor = () => "#" + Math.floor(Math.random()*16777215).toString(16);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment