May 18, 2024Random hex color.jsRandom hex color.jsJavaScriptconst randomHexColor = `#${Math.floor(Math.random() * 16777215).toString(16)}`;View this gist on GitHub