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: #ddebf8;
}
.color-2 {
color: #c5c6c9;
}
.color-3 {
color: #c6ba9f;
}
.color-4 {
color: #bdaf70;
}
.color-5 {
color: #9b9da6;
}
/* CSS Variables */
:root {
--color-1: #ddebf8;
--color-2: #c5c6c9;
--color-3: #c6ba9f;
--color-4: #bdaf70;
--color-5: #9b9da6;
}
Whispers of Dusk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ddebf8, #c5c6c9, #c6ba9f, #bdaf70, #9b9da6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ddebf8, #c5c6c9, #c6ba9f, #bdaf70, #9b9da6);
}
Similar color palettes
Whispers of Dusk color palette created on .