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