Dusty Rosewood Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dusty Rosewood palette

Share this palette to:

Dusty Rosewood color palette CSS

/* CSS */
.color-1 {
color: #d7c6b7;
}
.color-2 {
color: #b2a19f;
}
.color-3 {
color: #8c7a90;
}
.color-4 {
color: #e58b8a;
}
.color-5 {
color: #d5594d;
}

/* CSS Variables */
:root {
--color-1: #d7c6b7;
--color-2: #b2a19f;
--color-3: #8c7a90;
--color-4: #e58b8a;
--color-5: #d5594d;
}

Dusty Rosewood background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7c6b7, #b2a19f, #8c7a90, #e58b8a, #d5594d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7c6b7, #b2a19f, #8c7a90, #e58b8a, #d5594d);
}

Dusty Rosewood color palette created on .