Maroon and Sage Green Color Palette
Discover the beautiful Maroon and Sage Green color palette featuring copper rose (#8f6461), sandal (#a8866f), indian khaki (#c5b189), tasman (#c7d2c6) and sage (#929e80).
Brightness
Saturation
Warmth
💡 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
💻 Maroon and Sage Green color palette CSS
/* CSS */
.color-1 {
color: #8f6461;
}
.color-2 {
color: #a8866f;
}
.color-3 {
color: #c5b189;
}
.color-4 {
color: #c7d2c6;
}
.color-5 {
color: #929e80;
}
/* CSS Variables */
:root {
--color-1: #8f6461;
--color-2: #a8866f;
--color-3: #c5b189;
--color-4: #c7d2c6;
--color-5: #929e80;
} 🌈 Maroon and Sage Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8f6461, #a8866f, #c5b189, #c7d2c6, #929e80);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8f6461, #a8866f, #c5b189, #c7d2c6, #929e80);
} 🔗 Explore similar color palettes
Maroon and Sage Green color palette created on .