Created
April 17, 2023 15:54
-
-
Save Klerith/db990a1bcdc1683bc4169a520ad0d665 to your computer and use it in GitHub Desktop.
Color hexadecimal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const color = '#xxxxxx'.replace(/x/g, y=>(Math.random()*16|0).toString(16)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Brillante idea como siempre Fernando !! Sigue así 🤗