Mangosteen Color Palette

Discover the beautiful Mangosteen color palette featuring tapestry (#a55f8e), charm (#da6c9e), illusion (#f7b1b2), golden glow (#fde69b) and yellow green (#c3d87d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fruity, Light, Pink, Summer, Tropical, 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 Mangosteen palette

Share this palette to:

💻 Mangosteen color palette CSS

/* CSS */
.color-1 {
color: #a55f8e;
}
.color-2 {
color: #da6c9e;
}
.color-3 {
color: #f7b1b2;
}
.color-4 {
color: #fde69b;
}
.color-5 {
color: #c3d87d;
}

/* CSS Variables */
:root {
--color-1: #a55f8e;
--color-2: #da6c9e;
--color-3: #f7b1b2;
--color-4: #fde69b;
--color-5: #c3d87d;
}

🌈 Mangosteen background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a55f8e, #da6c9e, #f7b1b2, #fde69b, #c3d87d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a55f8e, #da6c9e, #f7b1b2, #fde69b, #c3d87d);
}

Mangosteen color palette created on .