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: #e9c9b9;
}
.color-2 {
color: #f2a65a;
}
.color-3 {
color: #da8b9a;
}
.color-4 {
color: #969696;
}
.color-5 {
color: #6d7ed5;
}
/* CSS Variables */
:root {
--color-1: #e9c9b9;
--color-2: #f2a65a;
--color-3: #da8b9a;
--color-4: #969696;
--color-5: #6d7ed5;
}
Whispers of Dusk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9c9b9, #f2a65a, #da8b9a, #969696, #6d7ed5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9c9b9, #f2a65a, #da8b9a, #969696, #6d7ed5);
}
Similar color palettes
Scroll down to explore 200+ Pink color palettes
Whispers of Dusk color palette created on .