← Back to Home

Palette Generator

Or press the Spacebar to generate
How it works: The script generates random hexadecimal numbers using Math.random() and toString(16). It attaches a click event to each color section so users can instantly copy the generated hex code to their clipboard. It also listens for the 'keydown' event to trigger on Spacebar.