Menta Color Palette

Discover the beautiful Menta color palette featuring downy (#5dd5b3), turquoise (#4cdcb3), shamrock (#3cc8a3), jungle green (#2cb59c) and mountain meadow (#1fa38b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withMint, Green, Teal, Aqua, Bright, Vibrant, Light 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 Menta palette

Share this palette to:

💻 Menta color palette CSS

/* CSS */
.color-1 {
color: #5dd5b3;
}
.color-2 {
color: #4cdcb3;
}
.color-3 {
color: #3cc8a3;
}
.color-4 {
color: #2cb59c;
}
.color-5 {
color: #1fa38b;
}

/* CSS Variables */
:root {
--color-1: #5dd5b3;
--color-2: #4cdcb3;
--color-3: #3cc8a3;
--color-4: #2cb59c;
--color-5: #1fa38b;
}

🌈 Menta background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5dd5b3, #4cdcb3, #3cc8a3, #2cb59c, #1fa38b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5dd5b3, #4cdcb3, #3cc8a3, #2cb59c, #1fa38b);
}

Menta color palette created on .