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