Evil Color Palette

Discover the beautiful Evil color palette featuring cab sav (#510817), dark tan (#6b1122), merlot (#8d1924), roof terracotta (#a12e1f) and paarl (#a44d2e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Brown, Burgundy, Crimson, Dark, Deep, Earthy, Red, Warm 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 palette

Share this palette to:

💻 Evil color palette CSS

/* CSS */
.color-1 {
color: #510817;
}
.color-2 {
color: #6b1122;
}
.color-3 {
color: #8d1924;
}
.color-4 {
color: #a12e1f;
}
.color-5 {
color: #a44d2e;
}

/* CSS Variables */
:root {
--color-1: #510817;
--color-2: #6b1122;
--color-3: #8d1924;
--color-4: #a12e1f;
--color-5: #a44d2e;
}

🌈 Evil background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #510817, #6b1122, #8d1924, #a12e1f, #a44d2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #510817, #6b1122, #8d1924, #a12e1f, #a44d2e);
}

Evil color palette created on .