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: #b3dc1e;
}
.color-2 {
color: #a3d97d;
}
.color-3 {
color: #8cca49;
}
.color-4 {
color: #6ebe2d;
}
.color-5 {
color: #4bad00;
}

/* CSS Variables */
:root {
--color-1: #b3dc1e;
--color-2: #a3d97d;
--color-3: #8cca49;
--color-4: #6ebe2d;
--color-5: #4bad00;
}

Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3dc1e, #a3d97d, #8cca49, #6ebe2d, #4bad00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3dc1e, #a3d97d, #8cca49, #6ebe2d, #4bad00);
}

Shades of Green color palette created on .