Evil Color Palette
Discover the beautiful Evil color palette featuring cab sav (#4f0816), dark tan (#6a1121), merlot (#8f1925), roof terracotta (#a32e1f) and paarl (#a34d2e).
Brightness
Saturation
Warmth
💡 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
💻 Evil color palette CSS
/* CSS */
.color-1 {
color: #4f0816;
}
.color-2 {
color: #6a1121;
}
.color-3 {
color: #8f1925;
}
.color-4 {
color: #a32e1f;
}
.color-5 {
color: #a34d2e;
}
/* CSS Variables */
:root {
--color-1: #4f0816;
--color-2: #6a1121;
--color-3: #8f1925;
--color-4: #a32e1f;
--color-5: #a34d2e;
}
🌈 Evil background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f0816, #6a1121, #8f1925, #a32e1f, #a34d2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f0816, #6a1121, #8f1925, #a32e1f, #a34d2e);
}
🔗 Explore similar color palettes
Evil color palette created on .