Whispers of Dawn Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Dawn palette

Share this palette to:

Whispers of Dawn color palette CSS

/* CSS */
.color-1 {
color: #f9e8d7;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #f3a953;
}
.color-4 {
color: #f08400;
}
.color-5 {
color: #e66f00;
}

/* CSS Variables */
:root {
--color-1: #f9e8d7;
--color-2: #f1c84b;
--color-3: #f3a953;
--color-4: #f08400;
--color-5: #e66f00;
}

Whispers of Dawn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e8d7, #f1c84b, #f3a953, #f08400, #e66f00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e8d7, #f1c84b, #f3a953, #f08400, #e66f00);
}

Whispers of Dawn color palette created on .