Dusty Rosewood Color Palette

Discover the beautiful Dusty Rosewood color palette featuring swiss coffee (#d9cece), martini (#b7a8a4), dusty gray (#9f898b), russett (#7b5b5e) and matterhorn (#4a3a3c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGray, Earthy, Muted, Soft, Neutral, Boho, Modern, Autumn color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • Copy precise HEX codes and RGB values for your designs
  • Adjust its brightness, saturation, and warmth to create new variations
  • Preview UI components to see how colors work in real interfaces
  • Copy CSS code including background gradients and color variables
  • Download the palette
  • Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Dusty Rosewood palette

Share this palette to:

💻 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 .