Skip to content

Instantly share code, notes, and snippets.

@Klerith
Created April 17, 2023 15:54
Show Gist options
  • Save Klerith/db990a1bcdc1683bc4169a520ad0d665 to your computer and use it in GitHub Desktop.
Save Klerith/db990a1bcdc1683bc4169a520ad0d665 to your computer and use it in GitHub Desktop.
Color hexadecimal
const color = '#xxxxxx'.replace(/x/g, y=>(Math.random()*16|0).toString(16));
@Ufransa
Copy link

Ufransa commented May 18, 2023

Brillante idea como siempre Fernando !! Sigue así 🤗

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment