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