Evergreen Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Evergreen palette

Share this palette to:

Download Evergreen Color Palette (PNG)

Download evergreen color palette PNG image (landscape)
Download evergreen color palette PNG image (square)

Evergreen color palette CSS

/* CSS */
.color-1 {
color: #255f4b;
}
.color-2 {
color: #326752;
}
.color-3 {
color: #44886d;
}
.color-4 {
color: #85b672;
}
.color-5 {
color: #aacfa5;
}

/* CSS Variables */
:root {
--color-1: #255f4b;
--color-2: #326752;
--color-3: #44886d;
--color-4: #85b672;
--color-5: #aacfa5;
}

Evergreen background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #255f4b, #326752, #44886d, #85b672, #aacfa5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #255f4b, #326752, #44886d, #85b672, #aacfa5);
}

Evergreen color palette created on .