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: #25d469;
}
.color-2 {
color: #1acb55;
}
.color-3 {
color: #16a249;
}
.color-4 {
color: #0e8b3a;
}
.color-5 {
color: #00802d;
}
/* CSS Variables */
:root {
--color-1: #25d469;
--color-2: #1acb55;
--color-3: #16a249;
--color-4: #0e8b3a;
--color-5: #00802d;
}
Shades of Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #25d469, #1acb55, #16a249, #0e8b3a, #00802d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #25d469, #1acb55, #16a249, #0e8b3a, #00802d);
}
Similar color palettes
Scroll down to explore 700+ Aesthetic color palettes
Shades of Green color palette created on .