Darius Zivertas profile photo
Darius Zivertas
May 18, 2024

Random hex color.js

Random hex color.js
JavaScript

const randomHexColor = `#${Math.floor(Math.random() * 16777215).toString(16)}`;

View this gist on GitHub

HomeBlogProjectsSnippetsSearchContact