Maroon Shades Color Palette

Discover the beautiful Maroon Shades color palette featuring nutmeg (#7a2a2f), copper rust (#a04b4e), contessa (#c3696e), burning sand (#d89879) and rose fog (#e6c3b2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Red, Warm, Earthy, Vintage 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 Maroon Shades palette

Share this palette to:

💻 Maroon Shades color palette CSS

/* CSS */
.color-1 {
color: #7a2a2f;
}
.color-2 {
color: #a04b4e;
}
.color-3 {
color: #c3696e;
}
.color-4 {
color: #d89879;
}
.color-5 {
color: #e6c3b2;
}

/* CSS Variables */
:root {
--color-1: #7a2a2f;
--color-2: #a04b4e;
--color-3: #c3696e;
--color-4: #d89879;
--color-5: #e6c3b2;
}

🌈 Maroon Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a2a2f, #a04b4e, #c3696e, #d89879, #e6c3b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a2a2f, #a04b4e, #c3696e, #d89879, #e6c3b2);
}

Maroon Shades color palette created on .