Whispers of Dusk Rose Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Dusk Rose palette

Share this palette to:

Whispers of Dusk Rose color palette CSS

/* CSS */
.color-1 {
color: #eeedec;
}
.color-2 {
color: #d2c2bc;
}
.color-3 {
color: #aca59a;
}
.color-4 {
color: #d4938c;
}
.color-5 {
color: #b96a5b;
}

/* CSS Variables */
:root {
--color-1: #eeedec;
--color-2: #d2c2bc;
--color-3: #aca59a;
--color-4: #d4938c;
--color-5: #b96a5b;
}

Whispers of Dusk Rose background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eeedec, #d2c2bc, #aca59a, #d4938c, #b96a5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eeedec, #d2c2bc, #aca59a, #d4938c, #b96a5b);
}

Whispers of Dusk Rose color palette created on .