Pastel Green Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pastel Green palette

Share this palette to:

Pastel Green color palette CSS

/* CSS */
.color-1 {
color: #bfdebf;
}
.color-2 {
color: #b2d7b2;
}
.color-3 {
color: #9ecca0;
}
.color-4 {
color: #8ac194;
}
.color-5 {
color: #80bc8a;
}

/* CSS Variables */
:root {
--color-1: #bfdebf;
--color-2: #b2d7b2;
--color-3: #9ecca0;
--color-4: #8ac194;
--color-5: #80bc8a;
}

Pastel Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfdebf, #b2d7b2, #9ecca0, #8ac194, #80bc8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfdebf, #b2d7b2, #9ecca0, #8ac194, #80bc8a);
}

Pastel Green color palette created on .