Fresh Mint Color Palette

Discover the beautiful Fresh Mint color palette featuring celadon (#b4e4b4), moss green (#9fd6a0), vista blue (#79cda3), puerto rico (#4bb9a1) and green haze (#009975).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withMint, Green, Bright, Spring, Vibrant, Light, Aesthetic, Nature 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: #b4e4b4;
}
.color-2 {
color: #9fd6a0;
}
.color-3 {
color: #79cda3;
}
.color-4 {
color: #4bb9a1;
}
.color-5 {
color: #009975;
}

/* CSS Variables */
:root {
--color-1: #b4e4b4;
--color-2: #9fd6a0;
--color-3: #79cda3;
--color-4: #4bb9a1;
--color-5: #009975;
}

🌈 Fresh Mint background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b4e4b4, #9fd6a0, #79cda3, #4bb9a1, #009975);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b4e4b4, #9fd6a0, #79cda3, #4bb9a1, #009975);
}

Fresh Mint color palette created on .