Maroon and Sage Green Pastel Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Maroon and Sage Green Pastel palette

Share this palette to:

Maroon and Sage Green Pastel color palette PNG image

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

Maroon and Sage Green Pastel color palette CSS

/* CSS */
.color-1 {
color: #6a3e3e;
}
.color-2 {
color: #a3c8b6;
}
.color-3 {
color: #bea2a2;
}
.color-4 {
color: #e2e7d5;
}
.color-5 {
color: #e54c3e;
}

/* CSS Variables */
:root {
--color-1: #6a3e3e;
--color-2: #a3c8b6;
--color-3: #bea2a2;
--color-4: #e2e7d5;
--color-5: #e54c3e;
}

Maroon and Sage Green Pastel background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a3e3e, #a3c8b6, #bea2a2, #e2e7d5, #e54c3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a3e3e, #a3c8b6, #bea2a2, #e2e7d5, #e54c3e);
}

Maroon and Sage Green Pastel color palette created on .