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: #ffffff;
}
.color-2 {
color: #f9f3f1;
}
.color-3 {
color: #f3ebd3;
}
.color-4 {
color: #f1e9b7;
}
.color-5 {
color: #edcda1;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f9f3f1;
--color-3: #f3ebd3;
--color-4: #f1e9b7;
--color-5: #edcda1;
}

Whispers of Dawn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f9f3f1, #f3ebd3, #f1e9b7, #edcda1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f9f3f1, #f3ebd3, #f1e9b7, #edcda1);
}

Similar color palettes

Scroll down to explore 1 White color palette

Whispers of Dawn color palette created on .