Maroon Shades Color Palette

Discover the beautiful Maroon Shades color palette featuring maroon (#800000), old brick (#9c1c1c), medium carmine (#b03b3b), japonica (#d56c6c) and shilo (#eab8b8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Red, Bright, 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: #800000;
}
.color-2 {
color: #9c1c1c;
}
.color-3 {
color: #b03b3b;
}
.color-4 {
color: #d56c6c;
}
.color-5 {
color: #eab8b8;
}

/* CSS Variables */
:root {
--color-1: #800000;
--color-2: #9c1c1c;
--color-3: #b03b3b;
--color-4: #d56c6c;
--color-5: #eab8b8;
}

🌈 Maroon Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #800000, #9c1c1c, #b03b3b, #d56c6c, #eab8b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #800000, #9c1c1c, #b03b3b, #d56c6c, #eab8b8);
}

Maroon Shades color palette created on .