Simple Color Palette
Preview
Code
<div style="display:flex;gap:10px;"> <div style="width:60px;height:60px;background:red;"></div> <div style="width:60px;height:60px;background:green;"></div> <div style="width:60px;height:60px;background:blue;"></div> <div style="width:60px;height:60px;background:orange;"></div> </div>