Color Palette Generator
Generate random color palettes instantly. Explore combinations and find inspiration for your next project.
How It Works
This tool provides a quick way to generate random color combinations:
- Clicking the "Generate New Palette" button creates a set of five distinct colors.
- Each color is generated randomly, producing a standard HEX color code (e.g.,
#A7C4E1
). - These colors are purely random and do not follow specific color theory rules (like complementary, analogous, etc.). It's a simple exploration tool!
- You can easily copy any generated HEX code to your clipboard by clicking the button next to it.
Built with basic HTML for structure, CSS for styling (using the Lobster theme), and a little bit of JavaScript to handle the random color generation and copy functionality.