Frosted Mint Breeze Color Palette

Discover the beautiful Frosted Mint Breeze color palette featuring morning glory (#a8e1db), viking (#6cccda), hippie blue (#4d97a3), jelly bean (#2a7b93) and porcelain (#f6f9f9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Cool Winter, Light Winter 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 Frosted Mint Breeze palette

Share this palette to:

💻 Frosted Mint Breeze color palette CSS

/* CSS */
.color-1 {
color: #a8e1db;
}
.color-2 {
color: #6cccda;
}
.color-3 {
color: #4d97a3;
}
.color-4 {
color: #2a7b93;
}
.color-5 {
color: #f6f9f9;
}

/* CSS Variables */
:root {
--color-1: #a8e1db;
--color-2: #6cccda;
--color-3: #4d97a3;
--color-4: #2a7b93;
--color-5: #f6f9f9;
}

🌈 Frosted Mint Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8e1db, #6cccda, #4d97a3, #2a7b93, #f6f9f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8e1db, #6cccda, #4d97a3, #2a7b93, #f6f9f9);
}

Frosted Mint Breeze color palette created on .