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: #f2e5a1;
}
.color-2 {
color: #d9b68c;
}
.color-3 {
color: #e9b79f;
}
.color-4 {
color: #f6c6cf;
}
.color-5 {
color: #eab8d2;
}

/* CSS Variables */
:root {
--color-1: #f2e5a1;
--color-2: #d9b68c;
--color-3: #e9b79f;
--color-4: #f6c6cf;
--color-5: #eab8d2;
}

Whispers of Dawn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e5a1, #d9b68c, #e9b79f, #f6c6cf, #eab8d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e5a1, #d9b68c, #e9b79f, #f6c6cf, #eab8d2);
}

Whispers of Dawn color palette created on .