Mint Bubblegum Color Palette

Discover the beautiful Mint Bubblegum color palette featuring regent st blue (#a3e0e6), magic mint (#b1f2d8), sundown (#ffb3c1), tickle me pink (#ff7092) and wild watermelon (#ff4d6d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withMint, Pink, Tropical, Vibrant, Bright, Fun, Summer, 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 Mint Bubblegum palette

Share this palette to:

💻 Mint Bubblegum color palette CSS

/* CSS */
.color-1 {
color: #a3e0e6;
}
.color-2 {
color: #b1f2d8;
}
.color-3 {
color: #ffb3c1;
}
.color-4 {
color: #ff7092;
}
.color-5 {
color: #ff4d6d;
}

/* CSS Variables */
:root {
--color-1: #a3e0e6;
--color-2: #b1f2d8;
--color-3: #ffb3c1;
--color-4: #ff7092;
--color-5: #ff4d6d;
}

🌈 Mint Bubblegum background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3e0e6, #b1f2d8, #ffb3c1, #ff7092, #ff4d6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3e0e6, #b1f2d8, #ffb3c1, #ff7092, #ff4d6d);
}

Mint Bubblegum color palette created on .