Rosewood Color Palette

Discover the beautiful Rosewood color palette featuring tapestry (#a45b80), puce (#c67b8d), tonys pink (#e6a09e), manhattan (#f7c7ab) and almond (#f3e0d3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPink, Soft, Warm, Earthy, Modern, Summer, Neutral, Bright 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 palette

Share this palette to:

💻 Rosewood color palette CSS

/* CSS */
.color-1 {
color: #a45b80;
}
.color-2 {
color: #c67b8d;
}
.color-3 {
color: #e6a09e;
}
.color-4 {
color: #f7c7ab;
}
.color-5 {
color: #f3e0d3;
}

/* CSS Variables */
:root {
--color-1: #a45b80;
--color-2: #c67b8d;
--color-3: #e6a09e;
--color-4: #f7c7ab;
--color-5: #f3e0d3;
}

🌈 Rosewood background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a45b80, #c67b8d, #e6a09e, #f7c7ab, #f3e0d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a45b80, #c67b8d, #e6a09e, #f7c7ab, #f3e0d3);
}

Rosewood color palette created on .