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