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 PNG image

Download green sprout color palette PNG image (landscape)
Download green sprout color palette PNG image (square)

Green Sprout color palette CSS

/* CSS */
.color-1 {
color: #69bf4f;
}
.color-2 {
color: #a3d55d;
}
.color-3 {
color: #e1f1a2;
}
.color-4 {
color: #f6e0a7;
}
.color-5 {
color: #f9b595;
}

/* CSS Variables */
:root {
--color-1: #69bf4f;
--color-2: #a3d55d;
--color-3: #e1f1a2;
--color-4: #f6e0a7;
--color-5: #f9b595;
}

Green Sprout background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #69bf4f, #a3d55d, #e1f1a2, #f6e0a7, #f9b595);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #69bf4f, #a3d55d, #e1f1a2, #f6e0a7, #f9b595);
}

Green Sprout color palette created on .