Evil Color Palette
Discover the beautiful Evil color palette featuring steel gray (#1f1a2d), cinnabar (#e13e33), sea buckthorn (#f9a23e), sidecar (#f6e6c1) and smalt blue (#4c908f).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withDark, Red, Orange, Green, Bright, High Contrast, Modern, Fun, Summer, Psychedelic 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
💻 Evil color palette CSS
/* CSS */
.color-1 {
color: #1f1a2d;
}
.color-2 {
color: #e13e33;
}
.color-3 {
color: #f9a23e;
}
.color-4 {
color: #f6e6c1;
}
.color-5 {
color: #4c908f;
}
/* CSS Variables */
:root {
--color-1: #1f1a2d;
--color-2: #e13e33;
--color-3: #f9a23e;
--color-4: #f6e6c1;
--color-5: #4c908f;
}
🌈 Evil background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1a2d, #e13e33, #f9a23e, #f6e6c1, #4c908f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1a2d, #e13e33, #f9a23e, #f6e6c1, #4c908f);
}
🔗 Explore similar color palettes
Evil color palette created on .