Sprout Color Palette
Discover the beautiful Sprout color palette featuring feijoa (#a7d78e), granny smith apple (#b6e09e), beryl green (#d5e3b5), citrine white (#f2f9d7) and bianca (#f9fcf3).
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 palette
💻 Sprout color palette CSS
/* CSS */
.color-1 {
color: #a7d78e;
}
.color-2 {
color: #b6e09e;
}
.color-3 {
color: #d5e3b5;
}
.color-4 {
color: #f2f9d7;
}
.color-5 {
color: #f9fcf3;
}
/* CSS Variables */
:root {
--color-1: #a7d78e;
--color-2: #b6e09e;
--color-3: #d5e3b5;
--color-4: #f2f9d7;
--color-5: #f9fcf3;
}
🌈 Sprout background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d78e, #b6e09e, #d5e3b5, #f2f9d7, #f9fcf3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d78e, #b6e09e, #d5e3b5, #f2f9d7, #f9fcf3);
}
🔗 Explore similar color palettes
Sprout color palette created on .