Dusty Rose Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dusty Rose palette

Share this palette to:

Dusty Rose color palette CSS

/* CSS */
.color-1 {
color: #d7b7a3;
}
.color-2 {
color: #c3998d;
}
.color-3 {
color: #b28c7b;
}
.color-4 {
color: #a67f68;
}
.color-5 {
color: #8c5e4a;
}

/* CSS Variables */
:root {
--color-1: #d7b7a3;
--color-2: #c3998d;
--color-3: #b28c7b;
--color-4: #a67f68;
--color-5: #8c5e4a;
}

Dusty Rose background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7b7a3, #c3998d, #b28c7b, #a67f68, #8c5e4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7b7a3, #c3998d, #b28c7b, #a67f68, #8c5e4a);
}

Dusty Rose color palette created on .