Purple Rotting Zombie Color Palette

Discover the beautiful Purple Rotting Zombie color palette featuring butterfly bush (#6a4c94), wisteria (#b57bb7), light wisteria (#d3a3e0), azalea (#f5c7d1) and light orchid (#df9fc2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPurple, Zombie, Bright, Fun, Pastel, Soft, Spring, Violet, Pink 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 Purple Rotting Zombie palette

Share this palette to:

💻 Purple Rotting Zombie color palette CSS

/* CSS */
.color-1 {
color: #6a4c94;
}
.color-2 {
color: #b57bb7;
}
.color-3 {
color: #d3a3e0;
}
.color-4 {
color: #f5c7d1;
}
.color-5 {
color: #df9fc2;
}

/* CSS Variables */
:root {
--color-1: #6a4c94;
--color-2: #b57bb7;
--color-3: #d3a3e0;
--color-4: #f5c7d1;
--color-5: #df9fc2;
}

🌈 Purple Rotting Zombie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4c94, #b57bb7, #d3a3e0, #f5c7d1, #df9fc2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4c94, #b57bb7, #d3a3e0, #f5c7d1, #df9fc2);
}

Purple Rotting Zombie color palette created on .