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: #b1c6dd;
}
.color-2 {
color: #8b9598;
}
.color-3 {
color: #826c64;
}
.color-4 {
color: #2f2d2f;
}
.color-5 {
color: #000000;
}
/* CSS Variables */
:root {
--color-1: #b1c6dd;
--color-2: #8b9598;
--color-3: #826c64;
--color-4: #2f2d2f;
--color-5: #000000;
}
Whispers of Dusk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1c6dd, #8b9598, #826c64, #2f2d2f, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1c6dd, #8b9598, #826c64, #2f2d2f, #000000);
}
Similar color palettes
Scroll down to explore 1 Sky blue color palette
Whispers of Dusk color palette created on .