Whispers of Dusk Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Dusk palette
Whispers of Dusk color palette CSS
/* CSS */
.color-1 {
color: #e0d7c2;
}
.color-2 {
color: #c4b6a6;
}
.color-3 {
color: #a8998f;
}
.color-4 {
color: #8b7b79;
}
.color-5 {
color: #706161;
}
/* CSS Variables */
:root {
--color-1: #e0d7c2;
--color-2: #c4b6a6;
--color-3: #a8998f;
--color-4: #8b7b79;
--color-5: #706161;
}
Whispers of Dusk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0d7c2, #c4b6a6, #a8998f, #8b7b79, #706161);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0d7c2, #c4b6a6, #a8998f, #8b7b79, #706161);
}
Similar color palettes
Scroll down to explore 100+ Beige color palettes
Whispers of Dusk color palette created on .