Rosewood Shades Color Palette

Discover the beautiful Rosewood Shades color palette featuring matrix (#b05458), chestnut rose (#d36c69), tumbleweed (#e3a67d), mandys pink (#f1c4a2) and blossom (#d9b4c1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withFlower, Red, Pink, Garden 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 Rosewood Shades palette

Share this palette to:

💻 Rosewood Shades color palette CSS

/* CSS */
.color-1 {
color: #b05458;
}
.color-2 {
color: #d36c69;
}
.color-3 {
color: #e3a67d;
}
.color-4 {
color: #f1c4a2;
}
.color-5 {
color: #d9b4c1;
}

/* CSS Variables */
:root {
--color-1: #b05458;
--color-2: #d36c69;
--color-3: #e3a67d;
--color-4: #f1c4a2;
--color-5: #d9b4c1;
}

🌈 Rosewood Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b05458, #d36c69, #e3a67d, #f1c4a2, #d9b4c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b05458, #d36c69, #e3a67d, #f1c4a2, #d9b4c1);
}

Rosewood Shades color palette created on .