Maroon and Sage Green Color Palette

Discover the beautiful Maroon and Sage Green color palette featuring nutmeg (#7a2a2c), paarl (#a75f2f), old gold (#d2a74b), spring rain (#a9cbb1) and highland (#6b8f56).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withMaroon, Sage, Green, Brown, Amber, Cream, Yellow, Earthy, Nature 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 and Sage Green palette

Share this palette to:

💻 Maroon and Sage Green color palette CSS

/* CSS */
.color-1 {
color: #7a2a2c;
}
.color-2 {
color: #a75f2f;
}
.color-3 {
color: #d2a74b;
}
.color-4 {
color: #a9cbb1;
}
.color-5 {
color: #6b8f56;
}

/* CSS Variables */
:root {
--color-1: #7a2a2c;
--color-2: #a75f2f;
--color-3: #d2a74b;
--color-4: #a9cbb1;
--color-5: #6b8f56;
}

🌈 Maroon and Sage Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a2a2c, #a75f2f, #d2a74b, #a9cbb1, #6b8f56);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a2a2c, #a75f2f, #d2a74b, #a9cbb1, #6b8f56);
}

Maroon and Sage Green color palette created on .