Rosewood Shades Color Palette

Discover the beautiful Rosewood Shades color palette featuring tapestry (#a45b76), my pink (#d29a89), rose fog (#e4c2b4), linen (#f8e2d3) and mandys pink (#f4c4b8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Pink, Garden, Soft 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: #a45b76;
}
.color-2 {
color: #d29a89;
}
.color-3 {
color: #e4c2b4;
}
.color-4 {
color: #f8e2d3;
}
.color-5 {
color: #f4c4b8;
}

/* CSS Variables */
:root {
--color-1: #a45b76;
--color-2: #d29a89;
--color-3: #e4c2b4;
--color-4: #f8e2d3;
--color-5: #f4c4b8;
}

🌈 Rosewood Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a45b76, #d29a89, #e4c2b4, #f8e2d3, #f4c4b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a45b76, #d29a89, #e4c2b4, #f8e2d3, #f4c4b8);
}

Rosewood Shades color palette created on .