Evil Villain Color Palette

Discover the beautiful Evil Villain color palette featuring martinique (#3b2a4c), affair (#704d7a), blush (#b33d6a), bittersweet (#ff6e61) and yellow orange (#ffb13d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Purple, Red, Yellow, Feminine, Bright, Modern, High Contrast, Fun 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 Evil Villain palette

Share this palette to:

💻 Evil Villain color palette CSS

/* CSS */
.color-1 {
color: #3b2a4c;
}
.color-2 {
color: #704d7a;
}
.color-3 {
color: #b33d6a;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #ffb13d;
}

/* CSS Variables */
:root {
--color-1: #3b2a4c;
--color-2: #704d7a;
--color-3: #b33d6a;
--color-4: #ff6e61;
--color-5: #ffb13d;
}

🌈 Evil Villain background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b2a4c, #704d7a, #b33d6a, #ff6e61, #ffb13d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b2a4c, #704d7a, #b33d6a, #ff6e61, #ffb13d);
}

Evil Villain color palette created on .