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