Green Sprout Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Green Sprout palette

Share this palette to:

Green Sprout color palette CSS

/* CSS */
.color-1 {
color: #b0df9f;
}
.color-2 {
color: #90d09f;
}
.color-3 {
color: #6ebf9b;
}
.color-4 {
color: #4da38c;
}
.color-5 {
color: #2e7f6e;
}

/* CSS Variables */
:root {
--color-1: #b0df9f;
--color-2: #90d09f;
--color-3: #6ebf9b;
--color-4: #4da38c;
--color-5: #2e7f6e;
}

Green Sprout background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0df9f, #90d09f, #6ebf9b, #4da38c, #2e7f6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0df9f, #90d09f, #6ebf9b, #4da38c, #2e7f6e);
}

Green Sprout color palette created on .