Skip to content

Instantly share code, notes, and snippets.

@zzzarius
Created May 18, 2024 08:23
Show Gist options
  • Save zzzarius/57a38e25a1c90ffd2b72fcc671f7a979 to your computer and use it in GitHub Desktop.
Save zzzarius/57a38e25a1c90ffd2b72fcc671f7a979 to your computer and use it in GitHub Desktop.
const 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