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: #6f934d;
}
.color-2 {
color: #7e9a5b;
}
.color-3 {
color: #8fb86b;
}
.color-4 {
color: #a0d789;
}
.color-5 {
color: #c5e2ac;
}
/* CSS Variables */
:root {
--color-1: #6f934d;
--color-2: #7e9a5b;
--color-3: #8fb86b;
--color-4: #a0d789;
--color-5: #c5e2ac;
}
Shades of Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f934d, #7e9a5b, #8fb86b, #a0d789, #c5e2ac);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f934d, #7e9a5b, #8fb86b, #a0d789, #c5e2ac);
}
Similar color palettes
Shades of Green color palette created on .