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: #ecdade;
}
.color-2 {
color: #d19275;
}
.color-3 {
color: #956f8b;
}
.color-4 {
color: #674c5f;
}
.color-5 {
color: #4b3d57;
}
/* CSS Variables */
:root {
--color-1: #ecdade;
--color-2: #d19275;
--color-3: #956f8b;
--color-4: #674c5f;
--color-5: #4b3d57;
}
Whispers of Dusk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ecdade, #d19275, #956f8b, #674c5f, #4b3d57);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ecdade, #d19275, #956f8b, #674c5f, #4b3d57);
}
Similar color palettes
Whispers of Dusk color palette created on .