Whispers of Dusk Rose Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Dusk Rose palette
Whispers of Dusk Rose color palette CSS
/* CSS */
.color-1 {
color: #eec4d9;
}
.color-2 {
color: #e29f78;
}
.color-3 {
color: #c94a5f;
}
.color-4 {
color: #7b5b9f;
}
.color-5 {
color: #7b3d46;
}
/* CSS Variables */
:root {
--color-1: #eec4d9;
--color-2: #e29f78;
--color-3: #c94a5f;
--color-4: #7b5b9f;
--color-5: #7b3d46;
}
Whispers of Dusk Rose background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eec4d9, #e29f78, #c94a5f, #7b5b9f, #7b3d46);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eec4d9, #e29f78, #c94a5f, #7b5b9f, #7b3d46);
}
Similar color palettes
Scroll down to explore 100+ Pink color palettes
Whispers of Dusk Rose color palette created on .