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: #4c8b3c;
}
.color-2 {
color: #2f6a3c;
}
.color-3 {
color: #1b5030;
}
.color-4 {
color: #6a9c49;
}
.color-5 {
color: #9ccf7d;
}
/* CSS Variables */
:root {
--color-1: #4c8b3c;
--color-2: #2f6a3c;
--color-3: #1b5030;
--color-4: #6a9c49;
--color-5: #9ccf7d;
}
Shades of Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c8b3c, #2f6a3c, #1b5030, #6a9c49, #9ccf7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c8b3c, #2f6a3c, #1b5030, #6a9c49, #9ccf7d);
}
Similar color palettes
Scroll down to explore 200+ Green color palettes
Shades of Green color palette created on .