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: #f0f2f5;
}
.color-2 {
color: #c5d6e8;
}
.color-3 {
color: #acb1c9;
}
.color-4 {
color: #6f95dc;
}
.color-5 {
color: #8890aa;
}

/* CSS Variables */
:root {
--color-1: #f0f2f5;
--color-2: #c5d6e8;
--color-3: #acb1c9;
--color-4: #6f95dc;
--color-5: #8890aa;
}

Whispers of Dawn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0f2f5, #c5d6e8, #acb1c9, #6f95dc, #8890aa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0f2f5, #c5d6e8, #acb1c9, #6f95dc, #8890aa);
}

Whispers of Dawn color palette created on .