Metalocalypse Color Palette

Discover the beautiful Metalocalypse color palette featuring mulled wine (#4c3d6c), vivid violet (#7f3c8b), mulberry (#c64e98), tango (#f2742c) and tulip tree (#e9c03a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Orange, Yellow 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 Metalocalypse palette

Share this palette to:

💻 Metalocalypse color palette CSS

/* CSS */
.color-1 {
color: #4c3d6c;
}
.color-2 {
color: #7f3c8b;
}
.color-3 {
color: #c64e98;
}
.color-4 {
color: #f2742c;
}
.color-5 {
color: #e9c03a;
}

/* CSS Variables */
:root {
--color-1: #4c3d6c;
--color-2: #7f3c8b;
--color-3: #c64e98;
--color-4: #f2742c;
--color-5: #e9c03a;
}

🌈 Metalocalypse background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3d6c, #7f3c8b, #c64e98, #f2742c, #e9c03a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3d6c, #7f3c8b, #c64e98, #f2742c, #e9c03a);
}

Metalocalypse color palette created on .