Shades of Green and Earthy Tones Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Green and Earthy Tones palette
Shades of Green and Earthy Tones color palette CSS
/* CSS */
.color-1 {
color: #4d7f3d;
}
.color-2 {
color: #6c9b4b;
}
.color-3 {
color: #8fb069;
}
.color-4 {
color: #f7c94b;
}
.color-5 {
color: #da5f2b;
}
/* CSS Variables */
:root {
--color-1: #4d7f3d;
--color-2: #6c9b4b;
--color-3: #8fb069;
--color-4: #f7c94b;
--color-5: #da5f2b;
}
Shades of Green and Earthy Tones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d7f3d, #6c9b4b, #8fb069, #f7c94b, #da5f2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d7f3d, #6c9b4b, #8fb069, #f7c94b, #da5f2b);
}
Similar color palettes
Scroll down to explore 200+ Green color palettes
Shades of Green and Earthy Tones color palette created on .