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: #714841;
}
.color-2 {
color: #8b5b63;
}
.color-3 {
color: #b28a91;
}
.color-4 {
color: #d1a9b9;
}
.color-5 {
color: #f2c5c5;
}

/* CSS Variables */
:root {
--color-1: #714841;
--color-2: #8b5b63;
--color-3: #b28a91;
--color-4: #d1a9b9;
--color-5: #f2c5c5;
}

Dusty Rose background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #714841, #8b5b63, #b28a91, #d1a9b9, #f2c5c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #714841, #8b5b63, #b28a91, #d1a9b9, #f2c5c5);
}

Dusty Rose color palette created on .