Maroon and Sage Green Color Palette
Brightness
Saturation
Warmth
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: #a98770;
}
.color-3 {
color: #c4b087;
}
.color-4 {
color: #c7d2c6;
}
.color-5 {
color: #929d80;
}
/* CSS Variables */
:root {
--color-1: #8f6461;
--color-2: #a98770;
--color-3: #c4b087;
--color-4: #c7d2c6;
--color-5: #929d80;
}
Maroon and Sage Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8f6461, #a98770, #c4b087, #c7d2c6, #929d80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8f6461, #a98770, #c4b087, #c7d2c6, #929d80);
}
Similar color palettes
Scroll down to explore 400+ Brown color palettes
Maroon and Sage Green color palette created on .