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 PNG image

Download dusty rosewood color palette PNG image (landscape)
Download dusty rosewood color palette PNG image (square)

Dusty Rosewood color palette CSS

/* CSS */
.color-1 {
color: #d9cece;
}
.color-2 {
color: #b7a8a4;
}
.color-3 {
color: #9f898b;
}
.color-4 {
color: #7b5b5e;
}
.color-5 {
color: #4a3a3c;
}

/* CSS Variables */
:root {
--color-1: #d9cece;
--color-2: #b7a8a4;
--color-3: #9f898b;
--color-4: #7b5b5e;
--color-5: #4a3a3c;
}

Dusty Rosewood background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9cece, #b7a8a4, #9f898b, #7b5b5e, #4a3a3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9cece, #b7a8a4, #9f898b, #7b5b5e, #4a3a3c);
}

Dusty Rosewood color palette created on .