Green Sprout Color Palette
Discover the beautiful Green Sprout color palette featuring moss green (#a7d7b8), aqua island (#b2e0d6), frost (#f0f8e8), caper (#d9e7a7) and coriander (#b6c99c).
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 Green Sprout palette
💻 Green Sprout color palette CSS
/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #b2e0d6;
}
.color-3 {
color: #f0f8e8;
}
.color-4 {
color: #d9e7a7;
}
.color-5 {
color: #b6c99c;
}
/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #b2e0d6;
--color-3: #f0f8e8;
--color-4: #d9e7a7;
--color-5: #b6c99c;
} 🌈 Green Sprout background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #b2e0d6, #f0f8e8, #d9e7a7, #b6c99c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #b2e0d6, #f0f8e8, #d9e7a7, #b6c99c);
} 🔗 Explore similar color palettes
Green Sprout color palette created on .