Madison² Color Palette

Discover the beautiful Madison² color palette featuring melanie (#e5b8e0), east side (#c19cd3), purple mountain's majesty (#ab7dbf), deluge (#7b5e9c) and east bay (#4d3b72).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPink, Purple, Bright, Vibrant, Elegant, Fun, Modern, Feminine, Y2k 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 Madison² palette

Share this palette to:

💻 Madison² color palette CSS

/* CSS */
.color-1 {
color: #e5b8e0;
}
.color-2 {
color: #c19cd3;
}
.color-3 {
color: #ab7dbf;
}
.color-4 {
color: #7b5e9c;
}
.color-5 {
color: #4d3b72;
}

/* CSS Variables */
:root {
--color-1: #e5b8e0;
--color-2: #c19cd3;
--color-3: #ab7dbf;
--color-4: #7b5e9c;
--color-5: #4d3b72;
}

🌈 Madison² background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5b8e0, #c19cd3, #ab7dbf, #7b5e9c, #4d3b72);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5b8e0, #c19cd3, #ab7dbf, #7b5e9c, #4d3b72);
}

Madison² color palette created on .