Simple Color Palette

Example displaying a 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>

More HTML Colors Examples (7)