Light Green Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Light Green palette

Share this palette to:

Light Green color palette CSS

/* CSS */
.color-1 {
color: #a9e1a3;
}
.color-2 {
color: #d4e4c8;
}
.color-3 {
color: #f0f6c6;
}
.color-4 {
color: #f4d66c;
}
.color-5 {
color: #f9c54e;
}

/* CSS Variables */
:root {
--color-1: #a9e1a3;
--color-2: #d4e4c8;
--color-3: #f0f6c6;
--color-4: #f4d66c;
--color-5: #f9c54e;
}

Light Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9e1a3, #d4e4c8, #f0f6c6, #f4d66c, #f9c54e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9e1a3, #d4e4c8, #f0f6c6, #f4d66c, #f9c54e);
}

Light Green color palette created on .