Magneto's Marvel Color Palette

Discover the beautiful Magneto's Marvel color palette featuring brick red (#b42d4a), zest (#e77e23), saffron (#f4cf3e), marzipan (#f9e79f) and curious blue (#2e87c2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withMagenta, Orange, Yellow, Bright, Vibrant, Comic, Superhero 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 Magneto's Marvel palette

Share this palette to:

💻 Magneto's Marvel color palette CSS

/* CSS */
.color-1 {
color: #b42d4a;
}
.color-2 {
color: #e77e23;
}
.color-3 {
color: #f4cf3e;
}
.color-4 {
color: #f9e79f;
}
.color-5 {
color: #2e87c2;
}

/* CSS Variables */
:root {
--color-1: #b42d4a;
--color-2: #e77e23;
--color-3: #f4cf3e;
--color-4: #f9e79f;
--color-5: #2e87c2;
}

🌈 Magneto's Marvel background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b42d4a, #e77e23, #f4cf3e, #f9e79f, #2e87c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b42d4a, #e77e23, #f4cf3e, #f9e79f, #2e87c2);
}

Magneto's Marvel color palette created on .