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