Sprout Seedly Color Palette
Discover the beautiful Sprout Seedly color palette featuring fringy flower (#a9dab9), fringy flower (#b8e0c0), janna (#f3e8d3), mandys pink (#f2c3b6) and wewak (#f29cbb).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Sprout Seedly palette
💻 Sprout Seedly color palette CSS
/* CSS */
.color-1 {
color: #a9dab9;
}
.color-2 {
color: #b8e0c0;
}
.color-3 {
color: #f3e8d3;
}
.color-4 {
color: #f2c3b6;
}
.color-5 {
color: #f29cbb;
}
/* CSS Variables */
:root {
--color-1: #a9dab9;
--color-2: #b8e0c0;
--color-3: #f3e8d3;
--color-4: #f2c3b6;
--color-5: #f29cbb;
} 🌈 Sprout Seedly background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9dab9, #b8e0c0, #f3e8d3, #f2c3b6, #f29cbb);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9dab9, #b8e0c0, #f3e8d3, #f2c3b6, #f29cbb);
} 🔗 Explore similar color palettes
Sprout Seedly color palette created on .