Sage & Maroon Color Palette
Discover the beautiful Sage & Maroon color palette featuring spring rain (#a9cbb8), tobacco brown (#6f4c3e), surf (#b4d5b4), copper rose (#9b696d) and rodeo dust (#c5a59b).
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 Sage & Maroon palette
💻 Sage & Maroon color palette CSS
/* CSS */
.color-1 {
color: #a9cbb8;
}
.color-2 {
color: #6f4c3e;
}
.color-3 {
color: #b4d5b4;
}
.color-4 {
color: #9b696d;
}
.color-5 {
color: #c5a59b;
}
/* CSS Variables */
:root {
--color-1: #a9cbb8;
--color-2: #6f4c3e;
--color-3: #b4d5b4;
--color-4: #9b696d;
--color-5: #c5a59b;
} 🌈 Sage & Maroon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9cbb8, #6f4c3e, #b4d5b4, #9b696d, #c5a59b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9cbb8, #6f4c3e, #b4d5b4, #9b696d, #c5a59b);
} 🔗 Explore similar color palettes
Sage & Maroon color palette created on .