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: #487d2c;
}
.color-2 {
color: #7fbf5a;
}
.color-3 {
color: #9bdc8e;
}
.color-4 {
color: #b0e3a5;
}
.color-5 {
color: #cef5c2;
}
/* CSS Variables */
:root {
--color-1: #487d2c;
--color-2: #7fbf5a;
--color-3: #9bdc8e;
--color-4: #b0e3a5;
--color-5: #cef5c2;
}
Shades of Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #487d2c, #7fbf5a, #9bdc8e, #b0e3a5, #cef5c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #487d2c, #7fbf5a, #9bdc8e, #b0e3a5, #cef5c2);
}
Similar color palettes
Scroll down to explore 100+ Forest color palettes
Shades of Green color palette created on .