Vibrant Eggplant Symphony Color Palette

Discover the beautiful Vibrant Eggplant Symphony color palette featuring ripe plum (#550066), cardinal pink (#7a0066), flirt (#a80068), razzmatazz (#d10065) and radical red (#ff3366).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Pink, Purple, 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 Vibrant Eggplant Symphony palette

Share this palette to:

💻 Vibrant Eggplant Symphony color palette CSS

/* CSS */
.color-1 {
color: #550066;
}
.color-2 {
color: #7a0066;
}
.color-3 {
color: #a80068;
}
.color-4 {
color: #d10065;
}
.color-5 {
color: #ff3366;
}

/* CSS Variables */
:root {
--color-1: #550066;
--color-2: #7a0066;
--color-3: #a80068;
--color-4: #d10065;
--color-5: #ff3366;
}

🌈 Vibrant Eggplant Symphony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #550066, #7a0066, #a80068, #d10065, #ff3366);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #550066, #7a0066, #a80068, #d10065, #ff3366);
}

Vibrant Eggplant Symphony color palette created on .