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