Minty Fresh Color Palette

Discover the beautiful Minty Fresh color palette featuring emerald (#4abf81), downy (#6fd3a6), algae green (#91e3b6), ice cold (#a4f9c3) and humming bird (#d2f9e2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Fun, Green, Spring 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 Minty Fresh palette

Share this palette to:

💻 Minty Fresh color palette CSS

/* CSS */
.color-1 {
color: #4abf81;
}
.color-2 {
color: #6fd3a6;
}
.color-3 {
color: #91e3b6;
}
.color-4 {
color: #a4f9c3;
}
.color-5 {
color: #d2f9e2;
}

/* CSS Variables */
:root {
--color-1: #4abf81;
--color-2: #6fd3a6;
--color-3: #91e3b6;
--color-4: #a4f9c3;
--color-5: #d2f9e2;
}

🌈 Minty Fresh background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4abf81, #6fd3a6, #91e3b6, #a4f9c3, #d2f9e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4abf81, #6fd3a6, #91e3b6, #a4f9c3, #d2f9e2);
}

Minty Fresh color palette created on .