Icy Mint Color Palette

Discover the beautiful Icy Mint color palette featuring aqua island (#a9e0d5), bermuda (#76d5c8), puerto rico (#4dc7b8), eastern blue (#1eb3a6) and persian green (#009e8c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withMint, Teal, Bright, Spring, Summer, Aesthetic, Cool, 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 Icy Mint palette

Share this palette to:

💻 Icy Mint color palette CSS

/* CSS */
.color-1 {
color: #a9e0d5;
}
.color-2 {
color: #76d5c8;
}
.color-3 {
color: #4dc7b8;
}
.color-4 {
color: #1eb3a6;
}
.color-5 {
color: #009e8c;
}

/* CSS Variables */
:root {
--color-1: #a9e0d5;
--color-2: #76d5c8;
--color-3: #4dc7b8;
--color-4: #1eb3a6;
--color-5: #009e8c;
}

🌈 Icy Mint background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9e0d5, #76d5c8, #4dc7b8, #1eb3a6, #009e8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9e0d5, #76d5c8, #4dc7b8, #1eb3a6, #009e8c);
}

Icy Mint color palette created on .