"Whispers of Dusk" Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with "Whispers of Dusk" palette

Share this palette to:

"Whispers of Dusk" color palette CSS

/* CSS */
.color-1 {
color: #ece5df;
}
.color-2 {
color: #b79fa1;
}
.color-3 {
color: #a97579;
}
.color-4 {
color: #805258;
}
.color-5 {
color: #84152d;
}

/* CSS Variables */
:root {
--color-1: #ece5df;
--color-2: #b79fa1;
--color-3: #a97579;
--color-4: #805258;
--color-5: #84152d;
}

"Whispers of Dusk" background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ece5df, #b79fa1, #a97579, #805258, #84152d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ece5df, #b79fa1, #a97579, #805258, #84152d);
}

Similar color palettes

Scroll down to explore 4 Soft pink color palettes

"Whispers of Dusk" color palette created on .