The Illumination of the Dusk Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with The Illumination of the Dusk palette

Share this palette to:

The Illumination of the Dusk color palette CSS

/* CSS */
.color-1 {
color: #d16c3d;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #f5c400;
}
.color-4 {
color: #eed2b4;
}
.color-5 {
color: #7a4c2a;
}

/* CSS Variables */
:root {
--color-1: #d16c3d;
--color-2: #f0a800;
--color-3: #f5c400;
--color-4: #eed2b4;
--color-5: #7a4c2a;
}

The Illumination of the Dusk background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d16c3d, #f0a800, #f5c400, #eed2b4, #7a4c2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d16c3d, #f0a800, #f5c400, #eed2b4, #7a4c2a);
}

The Illumination of the Dusk color palette created on .