Magic Mint Color Palette
Discover the beautiful Magic Mint color palette featuring mint green (#99ff99), spray (#77eec6), turquoise (#4fd8b4), ocean green (#3bb071) and eucalyptus (#2d9a69).
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 Magic Mint palette
💻 Magic Mint color palette CSS
/* CSS */
.color-1 {
color: #99ff99;
}
.color-2 {
color: #77eec6;
}
.color-3 {
color: #4fd8b4;
}
.color-4 {
color: #3bb071;
}
.color-5 {
color: #2d9a69;
}
/* CSS Variables */
:root {
--color-1: #99ff99;
--color-2: #77eec6;
--color-3: #4fd8b4;
--color-4: #3bb071;
--color-5: #2d9a69;
} 🌈 Magic Mint background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #99ff99, #77eec6, #4fd8b4, #3bb071, #2d9a69);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #99ff99, #77eec6, #4fd8b4, #3bb071, #2d9a69);
} 🔗 Explore similar color palettes
Magic Mint color palette created on .