Mint Breeze Color Palette

Discover the beautiful Mint Breeze color palette featuring jagged ice (#bbe8d6), chinook (#a3e0c2), bermuda (#7ad6a7), puerto rico (#4fbf9c) and jungle green (#2da97a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withMint, Green, Bright, Tropical, Aesthetic, Summer, Light, Soft, 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 Mint Breeze palette

Share this palette to:

💻 Mint Breeze color palette CSS

/* CSS */
.color-1 {
color: #bbe8d6;
}
.color-2 {
color: #a3e0c2;
}
.color-3 {
color: #7ad6a7;
}
.color-4 {
color: #4fbf9c;
}
.color-5 {
color: #2da97a;
}

/* CSS Variables */
:root {
--color-1: #bbe8d6;
--color-2: #a3e0c2;
--color-3: #7ad6a7;
--color-4: #4fbf9c;
--color-5: #2da97a;
}

🌈 Mint Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bbe8d6, #a3e0c2, #7ad6a7, #4fbf9c, #2da97a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bbe8d6, #a3e0c2, #7ad6a7, #4fbf9c, #2da97a);
}

Mint Breeze color palette created on .