Minted Serenity Color Palette

Discover the beautiful Minted Serenity color palette featuring mint tulip (#c3f4eb), morning glory (#9ee0d3), bermuda (#80d6c2), downy (#5bcdb6) and keppel (#3abb9f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Bright, Fun, Spring, 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 Minted Serenity palette

Share this palette to:

💻 Minted Serenity color palette CSS

/* CSS */
.color-1 {
color: #c3f4eb;
}
.color-2 {
color: #9ee0d3;
}
.color-3 {
color: #80d6c2;
}
.color-4 {
color: #5bcdb6;
}
.color-5 {
color: #3abb9f;
}

/* CSS Variables */
:root {
--color-1: #c3f4eb;
--color-2: #9ee0d3;
--color-3: #80d6c2;
--color-4: #5bcdb6;
--color-5: #3abb9f;
}

🌈 Minted Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c3f4eb, #9ee0d3, #80d6c2, #5bcdb6, #3abb9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c3f4eb, #9ee0d3, #80d6c2, #5bcdb6, #3abb9f);
}

Minted Serenity color palette created on .