Whispering Dusk Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispering Dusk palette
Whispering Dusk color palette CSS
/* CSS */
.color-1 {
color: #f5e1d6;
}
.color-2 {
color: #e0c6b2;
}
.color-3 {
color: #d09f8b;
}
.color-4 {
color: #b78b76;
}
.color-5 {
color: #8b5b5b;
}
/* CSS Variables */
:root {
--color-1: #f5e1d6;
--color-2: #e0c6b2;
--color-3: #d09f8b;
--color-4: #b78b76;
--color-5: #8b5b5b;
}
Whispering Dusk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e1d6, #e0c6b2, #d09f8b, #b78b76, #8b5b5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e1d6, #e0c6b2, #d09f8b, #b78b76, #8b5b5b);
}
Similar color palettes
Whispering Dusk color palette created on .