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

Our color palette generator created this versatile color scheme which shares characteristics withMint, Green, Bright, Vibrant, Summer, Nature, Soft, Coastal color palettes and combinations.

💡 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

Share this palette to:

💻 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);
}

Magic Mint color palette created on .