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