Sprout Seedly Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sprout Seedly palette
Color Inspiration
Images that showcase this color palette in real designs
Download Sprout Seedly Color Palette (PNG)
Sprout Seedly color palette CSS
/* CSS */
.color-1 {
color: #a9d6bb;
}
.color-2 {
color: #b3e2a7;
}
.color-3 {
color: #d5e7e1;
}
.color-4 {
color: #f8f1b4;
}
.color-5 {
color: #f6a6a2;
}
/* CSS Variables */
:root {
--color-1: #a9d6bb;
--color-2: #b3e2a7;
--color-3: #d5e7e1;
--color-4: #f8f1b4;
--color-5: #f6a6a2;
}
Sprout Seedly background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d6bb, #b3e2a7, #d5e7e1, #f8f1b4, #f6a6a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d6bb, #b3e2a7, #d5e7e1, #f8f1b4, #f6a6a2);
}
Similar color palettes
Scroll down to explore 200+ Spring color palettes
Sprout Seedly color palette created on .