Skip to content

Instantly share code, notes, and snippets.

@muhrusdi
Created June 21, 2023 07:13
Show Gist options
  • Save muhrusdi/705cef65c03923e074aa04ead79bddc5 to your computer and use it in GitHub Desktop.
Save muhrusdi/705cef65c03923e074aa04ead79bddc5 to your computer and use it in GitHub Desktop.
RANDOM COLOR
const getRandomColor = () =>
"#" + 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