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: #4a8d35;
}
.color-2 {
color: #3a732b;
}
.color-3 {
color: #2d6624;
}
.color-4 {
color: #aabd84;
}
.color-5 {
color: #94b06d;
}
/* CSS Variables */
:root {
--color-1: #4a8d35;
--color-2: #3a732b;
--color-3: #2d6624;
--color-4: #aabd84;
--color-5: #94b06d;
}
Shades of Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a8d35, #3a732b, #2d6624, #aabd84, #94b06d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a8d35, #3a732b, #2d6624, #aabd84, #94b06d);
}
Similar color palettes
Scroll down to explore 100+ Green color palettes
Shades of Green color palette created on .