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: #e0f6fa;
}
.color-2 {
color: #96a1bb;
}
.color-3 {
color: #84859f;
}
.color-4 {
color: #696482;
}
.color-5 {
color: #4b2f46;
}
/* CSS Variables */
:root {
--color-1: #e0f6fa;
--color-2: #96a1bb;
--color-3: #84859f;
--color-4: #696482;
--color-5: #4b2f46;
}
Whispers of Dusk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0f6fa, #96a1bb, #84859f, #696482, #4b2f46);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0f6fa, #96a1bb, #84859f, #696482, #4b2f46);
}
Similar color palettes
Scroll down to explore 1 Light blue color palette
Whispers of Dusk color palette created on .