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: #4c8b3c;
}
.color-2 {
color: #6cbe4b;
}
.color-3 {
color: #8edc6f;
}
.color-4 {
color: #a4e09e;
}
.color-5 {
color: #c3f5b7;
}

/* CSS Variables */
:root {
--color-1: #4c8b3c;
--color-2: #6cbe4b;
--color-3: #8edc6f;
--color-4: #a4e09e;
--color-5: #c3f5b7;
}

Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c8b3c, #6cbe4b, #8edc6f, #a4e09e, #c3f5b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c8b3c, #6cbe4b, #8edc6f, #a4e09e, #c3f5b7);
}

Shades of Green color palette created on .