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: #a3d55d;
}
.color-2 {
color: #f2b036;
}
.color-3 {
color: #f7691d;
}
.color-4 {
color: #e0528b;
}
.color-5 {
color: #a13a89;
}
/* CSS Variables */
:root {
--color-1: #a3d55d;
--color-2: #f2b036;
--color-3: #f7691d;
--color-4: #e0528b;
--color-5: #a13a89;
}
Shades of Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d55d, #f2b036, #f7691d, #e0528b, #a13a89);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d55d, #f2b036, #f7691d, #e0528b, #a13a89);
}
Similar color palettes
Scroll down to explore 400+ Bright color palettes
Shades of Green color palette created on .