Mint Breeze Color Palette

Discover the beautiful Mint Breeze color palette featuring aqua island (#a9e0d3), downy (#70d2b4), puerto rico (#4abaa0), lochinvar (#2f9d8d) and elm (#1c797d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withMint, Teal, Aqua, Bright, Spring, Coastal, Light, Soft 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 Mint Breeze palette

Share this palette to:

💻 Mint Breeze color palette CSS

/* CSS */
.color-1 {
color: #a9e0d3;
}
.color-2 {
color: #70d2b4;
}
.color-3 {
color: #4abaa0;
}
.color-4 {
color: #2f9d8d;
}
.color-5 {
color: #1c797d;
}

/* CSS Variables */
:root {
--color-1: #a9e0d3;
--color-2: #70d2b4;
--color-3: #4abaa0;
--color-4: #2f9d8d;
--color-5: #1c797d;
}

🌈 Mint Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9e0d3, #70d2b4, #4abaa0, #2f9d8d, #1c797d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9e0d3, #70d2b4, #4abaa0, #2f9d8d, #1c797d);
}

Mint Breeze color palette created on .