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