Sage Green Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sage Green palette

Share this palette to:

Download Sage Green Color Palette (PNG)

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

Sage Green color palette CSS

/* CSS */
.color-1 {
color: #b7c9b5;
}
.color-2 {
color: #a9bba5;
}
.color-3 {
color: #8eb08d;
}
.color-4 {
color: #6a9a71;
}
.color-5 {
color: #4b7c5a;
}

/* CSS Variables */
:root {
--color-1: #b7c9b5;
--color-2: #a9bba5;
--color-3: #8eb08d;
--color-4: #6a9a71;
--color-5: #4b7c5a;
}

Sage Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b7c9b5, #a9bba5, #8eb08d, #6a9a71, #4b7c5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b7c9b5, #a9bba5, #8eb08d, #6a9a71, #4b7c5a);
}

Sage Green color palette created on .