Evil Color Palette

Discover the beautiful Evil color palette featuring woody brown (#4c2f2f), lotus (#7b3e3d), coral tree (#a86b6c), whiskey (#d5a66c) and porsche (#e6b35b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Deep, Red, Black, Crimson, Earthy, Autumn, Vintage, 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: #4c2f2f;
}
.color-2 {
color: #7b3e3d;
}
.color-3 {
color: #a86b6c;
}
.color-4 {
color: #d5a66c;
}
.color-5 {
color: #e6b35b;
}

/* CSS Variables */
:root {
--color-1: #4c2f2f;
--color-2: #7b3e3d;
--color-3: #a86b6c;
--color-4: #d5a66c;
--color-5: #e6b35b;
}

🌈 Evil background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c2f2f, #7b3e3d, #a86b6c, #d5a66c, #e6b35b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c2f2f, #7b3e3d, #a86b6c, #d5a66c, #e6b35b);
}

Evil color palette created on .