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: #bcbf82;
}
.color-2 {
color: #b1b88e;
}
.color-3 {
color: #9ba6a1;
}
.color-4 {
color: #dccc9e;
}
.color-5 {
color: #dba395;
}

/* CSS Variables */
:root {
--color-1: #bcbf82;
--color-2: #b1b88e;
--color-3: #9ba6a1;
--color-4: #dccc9e;
--color-5: #dba395;
}

Light Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bcbf82, #b1b88e, #9ba6a1, #dccc9e, #dba395);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bcbf82, #b1b88e, #9ba6a1, #dccc9e, #dba395);
}

Light Green color palette created on .