Fresh Mint Color Palette

Discover the beautiful Fresh Mint color palette featuring snowy mint (#d1ffdd), chinook (#a3e1c9), vista blue (#80d6b1), puerto rico (#4bbe9a) and jungle green (#2a9d7c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withMint, Green, Bright, Light, Summer, Nature, Aqua, Soft, Coastal 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 Fresh Mint palette

Share this palette to:

💻 Fresh Mint color palette CSS

/* CSS */
.color-1 {
color: #d1ffdd;
}
.color-2 {
color: #a3e1c9;
}
.color-3 {
color: #80d6b1;
}
.color-4 {
color: #4bbe9a;
}
.color-5 {
color: #2a9d7c;
}

/* CSS Variables */
:root {
--color-1: #d1ffdd;
--color-2: #a3e1c9;
--color-3: #80d6b1;
--color-4: #4bbe9a;
--color-5: #2a9d7c;
}

🌈 Fresh Mint background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1ffdd, #a3e1c9, #80d6b1, #4bbe9a, #2a9d7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1ffdd, #a3e1c9, #80d6b1, #4bbe9a, #2a9d7c);
}

Fresh Mint color palette created on .