Maroon and Sage Green Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Maroon and Sage Green palette

Share this palette to:

Maroon and Sage Green color palette PNG image

Download maroon and sage green color palette PNG image (landscape)
Download maroon and sage green color palette PNG image (square)

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 .