<div class="palette-container">
<div class="colors">
<div class="color-box" id="c1"></div>
<div class="color-box" id="c2"></div>
<div class="color-box" id="c3"></div>
<div class="color-box" id="c4"></div>
</div>
<button onclick="generatePalette()">Generate New Palette</button>
</div>
Back to Snippets
Simple Color Palette Generator JS
Inspire designers with this random color palette generator. Click the button to create new color schemes instantly and see the hex codes, which is perfect for design tools or mood boards.
447