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: #abedc3;
}
.color-2 {
color: #7ed3b1;
}
.color-3 {
color: #4fcf9e;
}
.color-4 {
color: #2ac08c;
}
.color-5 {
color: #1daf6b;
}
/* CSS Variables */
:root {
--color-1: #abedc3;
--color-2: #7ed3b1;
--color-3: #4fcf9e;
--color-4: #2ac08c;
--color-5: #1daf6b;
}
Shades of Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #abedc3, #7ed3b1, #4fcf9e, #2ac08c, #1daf6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #abedc3, #7ed3b1, #4fcf9e, #2ac08c, #1daf6b);
}
Similar color palettes
Scroll down to explore 50+ Aesthetic color palettes
Shades of Green color palette created on .