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: #dbc5c2;
}
.color-2 {
color: #73708f;
}
.color-3 {
color: #724f4f;
}
.color-4 {
color: #334561;
}
.color-5 {
color: #3c2024;
}
/* CSS Variables */
:root {
--color-1: #dbc5c2;
--color-2: #73708f;
--color-3: #724f4f;
--color-4: #334561;
--color-5: #3c2024;
}
Whispers of Dusk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dbc5c2, #73708f, #724f4f, #334561, #3c2024);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dbc5c2, #73708f, #724f4f, #334561, #3c2024);
}
Similar color palettes
Whispers of Dusk color palette created on .