Mercy's Revenge Color Palette

Discover the beautiful Mercy's Revenge color palette featuring monza (#d60032), red violet (#c51162), purple (#ab00b8), electric violet (#6200eb) and dodger blue (#3e5bfe).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fun, High Contrast, Modern, Pink, Purple, Red, 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 Mercy's Revenge palette

Share this palette to:

💻 Mercy's Revenge color palette CSS

/* CSS */
.color-1 {
color: #d60032;
}
.color-2 {
color: #c51162;
}
.color-3 {
color: #ab00b8;
}
.color-4 {
color: #6200eb;
}
.color-5 {
color: #3e5bfe;
}

/* CSS Variables */
:root {
--color-1: #d60032;
--color-2: #c51162;
--color-3: #ab00b8;
--color-4: #6200eb;
--color-5: #3e5bfe;
}

🌈 Mercy's Revenge background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d60032, #c51162, #ab00b8, #6200eb, #3e5bfe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d60032, #c51162, #ab00b8, #6200eb, #3e5bfe);
}

Mercy's Revenge color palette created on .