Dexter's Dazzle Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dexter's Dazzle palette

Share this palette to:

Download Dexter's Dazzle Color Palette (PNG)

Download dexter's dazzle color palette PNG image (landscape)
Download dexter's dazzle color palette PNG image (square)

Dexter's Dazzle color palette CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f5d400;
}
.color-3 {
color: #f7e3a1;
}
.color-4 {
color: #e0a500;
}
.color-5 {
color: #c78f00;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f5d400;
--color-3: #f7e3a1;
--color-4: #e0a500;
--color-5: #c78f00;
}

Dexter's Dazzle background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f5d400, #f7e3a1, #e0a500, #c78f00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f5d400, #f7e3a1, #e0a500, #c78f00);
}

Dexter's Dazzle color palette created on .