Whispers of Dusk Rose Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Dusk Rose palette
Image Gallery

Whispers of Dusk Rose color palette CSS
/* CSS */
.color-1 {
color: #f9f6f7;
}
.color-2 {
color: #e9c9cc;
}
.color-3 {
color: #8dafc8;
}
.color-4 {
color: #dd8d98;
}
.color-5 {
color: #936672;
}
/* CSS Variables */
:root {
--color-1: #f9f6f7;
--color-2: #e9c9cc;
--color-3: #8dafc8;
--color-4: #dd8d98;
--color-5: #936672;
}
Whispers of Dusk Rose background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9f6f7, #e9c9cc, #8dafc8, #dd8d98, #936672);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9f6f7, #e9c9cc, #8dafc8, #dd8d98, #936672);
}
Similar color palettes
Scroll down to explore 1 Soft pink color palette
Whispers of Dusk Rose color palette created on .