Sprout Seedly Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sprout Seedly palette
Sprout Seedly color palette PNG image
Sprout Seedly color palette CSS
/* CSS */
.color-1 {
color: #a9d08a;
}
.color-2 {
color: #b2e0b2;
}
.color-3 {
color: #f5fbac;
}
.color-4 {
color: #f9c89f;
}
.color-5 {
color: #e6b7c1;
}
/* CSS Variables */
:root {
--color-1: #a9d08a;
--color-2: #b2e0b2;
--color-3: #f5fbac;
--color-4: #f9c89f;
--color-5: #e6b7c1;
}
Sprout Seedly background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d08a, #b2e0b2, #f5fbac, #f9c89f, #e6b7c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d08a, #b2e0b2, #f5fbac, #f9c89f, #e6b7c1);
}
Similar color palettes
Scroll down to explore 100+ Green color palettes
Sprout Seedly color palette created on .