Lustrous Dawn Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lustrous Dawn palette

Share this palette to:

Lustrous Dawn color palette CSS

/* CSS */
.color-1 {
color: #f9e0d2;
}
.color-2 {
color: #f4d3b4;
}
.color-3 {
color: #f1b58e;
}
.color-4 {
color: #e8a15e;
}
.color-5 {
color: #d08c49;
}

/* CSS Variables */
:root {
--color-1: #f9e0d2;
--color-2: #f4d3b4;
--color-3: #f1b58e;
--color-4: #e8a15e;
--color-5: #d08c49;
}

Lustrous Dawn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e0d2, #f4d3b4, #f1b58e, #e8a15e, #d08c49);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e0d2, #f4d3b4, #f1b58e, #e8a15e, #d08c49);
}

Lustrous Dawn color palette created on .