Mint Green Breeze Color Palette

Discover the beautiful Mint Green Breeze color palette featuring chinook (#a3e0b9), vista blue (#85d6a5), silver tree (#60c39b), keppel (#3dae8e) and mountain meadow (#1b987b).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Mint Green Breeze color palette CSS

/* CSS */
.color-1 {
color: #a3e0b9;
}
.color-2 {
color: #85d6a5;
}
.color-3 {
color: #60c39b;
}
.color-4 {
color: #3dae8e;
}
.color-5 {
color: #1b987b;
}

/* CSS Variables */
:root {
--color-1: #a3e0b9;
--color-2: #85d6a5;
--color-3: #60c39b;
--color-4: #3dae8e;
--color-5: #1b987b;
}

🌈 Mint Green Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3e0b9, #85d6a5, #60c39b, #3dae8e, #1b987b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3e0b9, #85d6a5, #60c39b, #3dae8e, #1b987b);
}

Mint Green Breeze color palette created on .