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: #a7c8b7;
}
.color-2 {
color: #bacfba;
}
.color-3 {
color: #d0e6d1;
}
.color-4 {
color: #e7f8e7;
}
.color-5 {
color: #f2f7f2;
}

/* CSS Variables */
:root {
--color-1: #a7c8b7;
--color-2: #bacfba;
--color-3: #d0e6d1;
--color-4: #e7f8e7;
--color-5: #f2f7f2;
}

Soft Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7c8b7, #bacfba, #d0e6d1, #e7f8e7, #f2f7f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7c8b7, #bacfba, #d0e6d1, #e7f8e7, #f2f7f2);
}

Soft Green color palette created on .