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: #97be97;
}
.color-2 {
color: #8bb68b;
}
.color-3 {
color: #7bad7d;
}
.color-4 {
color: #6fa579;
}
.color-5 {
color: #6aa073;
}

/* CSS Variables */
:root {
--color-1: #97be97;
--color-2: #8bb68b;
--color-3: #7bad7d;
--color-4: #6fa579;
--color-5: #6aa073;
}

Pastel Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #97be97, #8bb68b, #7bad7d, #6fa579, #6aa073);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #97be97, #8bb68b, #7bad7d, #6fa579, #6aa073);
}

Pastel Green color palette created on .