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