Rosa Color Palette

Discover the beautiful Rosa color palette featuring tosca (#873e4b), cannon pink (#924961), au chico (#965267), strikemaster (#9b5978) and copper rust (#8e4c53).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Burgundy, Earthy, Elegant, Maroon, Muted, Plum, Warm 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 Rosa palette

Share this palette to:

💻 Rosa color palette CSS

/* CSS */
.color-1 {
color: #873e4b;
}
.color-2 {
color: #924961;
}
.color-3 {
color: #965267;
}
.color-4 {
color: #9b5978;
}
.color-5 {
color: #8e4c53;
}

/* CSS Variables */
:root {
--color-1: #873e4b;
--color-2: #924961;
--color-3: #965267;
--color-4: #9b5978;
--color-5: #8e4c53;
}

🌈 Rosa background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #873e4b, #924961, #965267, #9b5978, #8e4c53);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #873e4b, #924961, #965267, #9b5978, #8e4c53);
}

Rosa color palette created on .