Whispers of Misty Dawn Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Misty Dawn palette

Share this palette to:

Whispers of Misty Dawn color palette CSS

/* CSS */
.color-1 {
color: #d6e6dc;
}
.color-2 {
color: #b3bcc2;
}
.color-3 {
color: #9198a6;
}
.color-4 {
color: #7d7379;
}
.color-5 {
color: #715c5b;
}

/* CSS Variables */
:root {
--color-1: #d6e6dc;
--color-2: #b3bcc2;
--color-3: #9198a6;
--color-4: #7d7379;
--color-5: #715c5b;
}

Whispers of Misty Dawn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6e6dc, #b3bcc2, #9198a6, #7d7379, #715c5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6e6dc, #b3bcc2, #9198a6, #7d7379, #715c5b);
}

Similar color palettes

Scroll down to explore 2 Soft green color palettes

Whispers of Misty Dawn color palette created on .