Whispers of Dusk Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Dusk palette
Image Gallery

Whispers of Dusk color palette CSS
/* CSS */
.color-1 {
color: #f3ecec;
}
.color-2 {
color: #b4b5c0;
}
.color-3 {
color: #959bac;
}
.color-4 {
color: #878d9b;
}
.color-5 {
color: #5b5752;
}
/* CSS Variables */
:root {
--color-1: #f3ecec;
--color-2: #b4b5c0;
--color-3: #959bac;
--color-4: #878d9b;
--color-5: #5b5752;
}
Whispers of Dusk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3ecec, #b4b5c0, #959bac, #878d9b, #5b5752);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3ecec, #b4b5c0, #959bac, #878d9b, #5b5752);
}
Similar color palettes
Scroll down to explore 3 Soft pink color palettes
Whispers of Dusk color palette created on .