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: #4b7d2b;
}
.color-2 {
color: #71bf4f;
}
.color-3 {
color: #9eda6c;
}
.color-4 {
color: #d3e7a6;
}
.color-5 {
color: #f7f2e9;
}

/* CSS Variables */
:root {
--color-1: #4b7d2b;
--color-2: #71bf4f;
--color-3: #9eda6c;
--color-4: #d3e7a6;
--color-5: #f7f2e9;
}

Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b7d2b, #71bf4f, #9eda6c, #d3e7a6, #f7f2e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b7d2b, #71bf4f, #9eda6c, #d3e7a6, #f7f2e9);
}

Shades of Green color palette created on .