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: #4c8c3b;
}
.color-2 {
color: #7ebf4f;
}
.color-3 {
color: #a6d789;
}
.color-4 {
color: #e7f3c4;
}
.color-5 {
color: #d5cbaf;
}
/* CSS Variables */
:root {
--color-1: #4c8c3b;
--color-2: #7ebf4f;
--color-3: #a6d789;
--color-4: #e7f3c4;
--color-5: #d5cbaf;
}
Shades of Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c8c3b, #7ebf4f, #a6d789, #e7f3c4, #d5cbaf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c8c3b, #7ebf4f, #a6d789, #e7f3c4, #d5cbaf);
}
Similar color palettes
Scroll down to explore 400+ Green color palettes
Shades of Green color palette created on .