Sage & Maroon Splash Color Palette
Discover the beautiful Sage & Maroon Splash color palette featuring rainee (#b6c8a2), congo brown (#693a3d), jelly bean (#2c7c90), opal (#a9c1b5) and burnt sienna (#eb694c).
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 Splash palette
💻 Sage & Maroon Splash color palette CSS
/* CSS */
.color-1 {
color: #b6c8a2;
}
.color-2 {
color: #693a3d;
}
.color-3 {
color: #2c7c90;
}
.color-4 {
color: #a9c1b5;
}
.color-5 {
color: #eb694c;
}
/* CSS Variables */
:root {
--color-1: #b6c8a2;
--color-2: #693a3d;
--color-3: #2c7c90;
--color-4: #a9c1b5;
--color-5: #eb694c;
} 🌈 Sage & Maroon Splash background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6c8a2, #693a3d, #2c7c90, #a9c1b5, #eb694c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6c8a2, #693a3d, #2c7c90, #a9c1b5, #eb694c);
} 🔗 Explore similar color palettes
Sage & Maroon Splash color palette created on .