Shades of Green Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Green palette
Shades of Green color palette CSS
/* CSS */
.color-1 {
color: #8bc34b;
}
.color-2 {
color: #68bb6c;
}
.color-3 {
color: #4cae4f;
}
.color-4 {
color: #398e3d;
}
.color-5 {
color: #2f7f33;
}
/* CSS Variables */
:root {
--color-1: #8bc34b;
--color-2: #68bb6c;
--color-3: #4cae4f;
--color-4: #398e3d;
--color-5: #2f7f33;
}
Shades of Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8bc34b, #68bb6c, #4cae4f, #398e3d, #2f7f33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8bc34b, #68bb6c, #4cae4f, #398e3d, #2f7f33);
}
Similar color palettes
Scroll down to explore 400+ Green color palettes
Shades of Green color palette created on .