Sprout Strawberry Color Palette
Discover the beautiful Sprout Strawberry color palette featuring granny smith apple (#a9e09e), wewak (#f2a1b7), mandy (#eb606e), cashmere (#e3c2a0) and zanah (#d8eedb).
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 Strawberry palette
💻 Sprout Strawberry color palette CSS
/* CSS */
.color-1 {
color: #a9e09e;
}
.color-2 {
color: #f2a1b7;
}
.color-3 {
color: #eb606e;
}
.color-4 {
color: #e3c2a0;
}
.color-5 {
color: #d8eedb;
}
/* CSS Variables */
:root {
--color-1: #a9e09e;
--color-2: #f2a1b7;
--color-3: #eb606e;
--color-4: #e3c2a0;
--color-5: #d8eedb;
} 🌈 Sprout Strawberry background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9e09e, #f2a1b7, #eb606e, #e3c2a0, #d8eedb);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9e09e, #f2a1b7, #eb606e, #e3c2a0, #d8eedb);
} 🔗 Explore similar color palettes
Sprout Strawberry color palette created on .