Soft Green Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Green palette

Share this palette to:

Soft Green color palette CSS

/* CSS */
.color-1 {
color: #a3c69f;
}
.color-2 {
color: #d2e5d3;
}
.color-3 {
color: #e8f4e1;
}
.color-4 {
color: #afcfb7;
}
.color-5 {
color: #9fc1b8;
}

/* CSS Variables */
:root {
--color-1: #a3c69f;
--color-2: #d2e5d3;
--color-3: #e8f4e1;
--color-4: #afcfb7;
--color-5: #9fc1b8;
}

Soft Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c69f, #d2e5d3, #e8f4e1, #afcfb7, #9fc1b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c69f, #d2e5d3, #e8f4e1, #afcfb7, #9fc1b8);
}

Soft Green color palette created on .