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: #a7d4a1;
}
.color-2 {
color: #a3d7d4;
}
.color-3 {
color: #b4e4b4;
}
.color-4 {
color: #f7e6a1;
}
.color-5 {
color: #f4a462;
}

/* CSS Variables */
:root {
--color-1: #a7d4a1;
--color-2: #a3d7d4;
--color-3: #b4e4b4;
--color-4: #f7e6a1;
--color-5: #f4a462;
}

Green Sprout background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d4a1, #a3d7d4, #b4e4b4, #f7e6a1, #f4a462);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d4a1, #a3d7d4, #b4e4b4, #f7e6a1, #f4a462);
}

Green Sprout color palette created on .