Shades of Green Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Green palette

Share this palette to:

Shades of Green color palette CSS

/* CSS */
.color-1 {
color: #90dc8e;
}
.color-2 {
color: #62b65d;
}
.color-3 {
color: #4b9b4f;
}
.color-4 {
color: #3a784a;
}
.color-5 {
color: #2e6b45;
}

/* CSS Variables */
:root {
--color-1: #90dc8e;
--color-2: #62b65d;
--color-3: #4b9b4f;
--color-4: #3a784a;
--color-5: #2e6b45;
}

Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #90dc8e, #62b65d, #4b9b4f, #3a784a, #2e6b45);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #90dc8e, #62b65d, #4b9b4f, #3a784a, #2e6b45);
}

Shades of Green color palette created on .