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: #b3d78e;
}
.color-2 {
color: #a5c9a1;
}
.color-3 {
color: #8fb1b7;
}
.color-4 {
color: #f0e7b2;
}
.color-5 {
color: #f1a8a2;
}

/* CSS Variables */
:root {
--color-1: #b3d78e;
--color-2: #a5c9a1;
--color-3: #8fb1b7;
--color-4: #f0e7b2;
--color-5: #f1a8a2;
}

Light Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3d78e, #a5c9a1, #8fb1b7, #f0e7b2, #f1a8a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3d78e, #a5c9a1, #8fb1b7, #f0e7b2, #f1a8a2);
}

Light Green color palette created on .