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: #98d256;
}
.color-2 {
color: #a1db7b;
}
.color-3 {
color: #c0eabe;
}
.color-4 {
color: #e2f7a6;
}
.color-5 {
color: #f9f9c3;
}
/* CSS Variables */
:root {
--color-1: #98d256;
--color-2: #a1db7b;
--color-3: #c0eabe;
--color-4: #e2f7a6;
--color-5: #f9f9c3;
}
Shades of Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #98d256, #a1db7b, #c0eabe, #e2f7a6, #f9f9c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #98d256, #a1db7b, #c0eabe, #e2f7a6, #f9f9c3);
}
Similar color palettes
Shades of Green color palette created on .