Evergreen Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Evergreen Serenity palette

Share this palette to:

Evergreen Serenity color palette CSS

/* CSS */
.color-1 {
color: #a7d35a;
}
.color-2 {
color: #7bca3f;
}
.color-3 {
color: #5cb03b;
}
.color-4 {
color: #399235;
}
.color-5 {
color: #2b7a2a;
}

/* CSS Variables */
:root {
--color-1: #a7d35a;
--color-2: #7bca3f;
--color-3: #5cb03b;
--color-4: #399235;
--color-5: #2b7a2a;
}

Evergreen Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d35a, #7bca3f, #5cb03b, #399235, #2b7a2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d35a, #7bca3f, #5cb03b, #399235, #2b7a2a);
}

Evergreen Serenity color palette created on .