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