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: #699d4d;
}
.color-2 {
color: #c4d600;
}
.color-3 {
color: #f5e29e;
}
.color-4 {
color: #f6ab6a;
}
.color-5 {
color: #e45e5e;
}
/* CSS Variables */
:root {
--color-1: #699d4d;
--color-2: #c4d600;
--color-3: #f5e29e;
--color-4: #f6ab6a;
--color-5: #e45e5e;
}
Shades of Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #699d4d, #c4d600, #f5e29e, #f6ab6a, #e45e5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #699d4d, #c4d600, #f5e29e, #f6ab6a, #e45e5e);
}
Similar color palettes
Scroll down to explore 200+ Green color palettes
Shades of Green color palette created on .