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: #a3c8a3;
}
.color-2 {
color: #bae1b2;
}
.color-3 {
color: #d5f6d5;
}
.color-4 {
color: #e1f9e1;
}
.color-5 {
color: #f5fffb;
}

/* CSS Variables */
:root {
--color-1: #a3c8a3;
--color-2: #bae1b2;
--color-3: #d5f6d5;
--color-4: #e1f9e1;
--color-5: #f5fffb;
}

Light Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c8a3, #bae1b2, #d5f6d5, #e1f9e1, #f5fffb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c8a3, #bae1b2, #d5f6d5, #e1f9e1, #f5fffb);
}

Light Green color palette created on .