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: #5e8e3e;
}
.color-2 {
color: #8dc63f;
}
.color-3 {
color: #b3d747;
}
.color-4 {
color: #dff29c;
}
.color-5 {
color: #f4ffb3;
}

/* CSS Variables */
:root {
--color-1: #5e8e3e;
--color-2: #8dc63f;
--color-3: #b3d747;
--color-4: #dff29c;
--color-5: #f4ffb3;
}

Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e8e3e, #8dc63f, #b3d747, #dff29c, #f4ffb3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e8e3e, #8dc63f, #b3d747, #dff29c, #f4ffb3);
}

Shades of Green color palette created on .