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: #6b9b3b;
}
.color-2 {
color: #8ecb5d;
}
.color-3 {
color: #b2e09a;
}
.color-4 {
color: #d7f2b0;
}
.color-5 {
color: #f6f9d7;
}
/* CSS Variables */
:root {
--color-1: #6b9b3b;
--color-2: #8ecb5d;
--color-3: #b2e09a;
--color-4: #d7f2b0;
--color-5: #f6f9d7;
}
Shades of Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b9b3b, #8ecb5d, #b2e09a, #d7f2b0, #f6f9d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b9b3b, #8ecb5d, #b2e09a, #d7f2b0, #f6f9d7);
}
Similar color palettes
Scroll down to explore 300+ Green color palettes
Shades of Green color palette created on .