Mint Choco Color Palette

Discover the beautiful Mint Choco color palette featuring aqua island (#a8e1d4), gum leaf (#b2d7c8), clay ash (#c3c9b5), akaroa (#d5baa5) and petite orchid (#e0a49e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withMint, Chocolate, Aqua, Bright, Spring, Soft, Green, Cream, Earthy, 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 Choco palette

Share this palette to:

💻 Mint Choco color palette CSS

/* CSS */
.color-1 {
color: #a8e1d4;
}
.color-2 {
color: #b2d7c8;
}
.color-3 {
color: #c3c9b5;
}
.color-4 {
color: #d5baa5;
}
.color-5 {
color: #e0a49e;
}

/* CSS Variables */
:root {
--color-1: #a8e1d4;
--color-2: #b2d7c8;
--color-3: #c3c9b5;
--color-4: #d5baa5;
--color-5: #e0a49e;
}

🌈 Mint Choco background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8e1d4, #b2d7c8, #c3c9b5, #d5baa5, #e0a49e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8e1d4, #b2d7c8, #c3c9b5, #d5baa5, #e0a49e);
}

Mint Choco color palette created on .