Light Green Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Light Green palette
Color Inspiration
Images that showcase this color palette in real designs
Download Light Green Color Palette (PNG)
Light Green color palette CSS
/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #b9e4c9;
}
.color-3 {
color: #e0f7d4;
}
.color-4 {
color: #f9e8b4;
}
.color-5 {
color: #f6a9a2;
}
/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #b9e4c9;
--color-3: #e0f7d4;
--color-4: #f9e8b4;
--color-5: #f6a9a2;
}
Light Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #b9e4c9, #e0f7d4, #f9e8b4, #f6a9a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #b9e4c9, #e0f7d4, #f9e8b4, #f6a9a2);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Light Green color palette created on .