Light Green Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Light Green palette
Light Green color palette CSS
/* CSS */
.color-1 {
color: #a8d7b3;
}
.color-2 {
color: #b2e0b3;
}
.color-3 {
color: #e1f9c3;
}
.color-4 {
color: #f2e49c;
}
.color-5 {
color: #f5b9a3;
}
/* CSS Variables */
:root {
--color-1: #a8d7b3;
--color-2: #b2e0b3;
--color-3: #e1f9c3;
--color-4: #f2e49c;
--color-5: #f5b9a3;
}
Light Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d7b3, #b2e0b3, #e1f9c3, #f2e49c, #f5b9a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d7b3, #b2e0b3, #e1f9c3, #f2e49c, #f5b9a3);
}
Similar color palettes
Scroll down to explore 100+ Forest color palettes
Light Green color palette created on .