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: #b7c09b;
}
.color-2 {
color: #a2b76c;
}
.color-3 {
color: #8b9b59;
}
.color-4 {
color: #6d8b50;
}
.color-5 {
color: #4c7939;
}

/* CSS Variables */
:root {
--color-1: #b7c09b;
--color-2: #a2b76c;
--color-3: #8b9b59;
--color-4: #6d8b50;
--color-5: #4c7939;
}

Pastel Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b7c09b, #a2b76c, #8b9b59, #6d8b50, #4c7939);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b7c09b, #a2b76c, #8b9b59, #6d8b50, #4c7939);
}

Pastel Green color palette created on .