Evil Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Evil palette
Evil color palette CSS
/* CSS */
.color-1 {
color: #3d0a0a;
}
.color-2 {
color: #6f1f1f;
}
.color-3 {
color: #a03b3b;
}
.color-4 {
color: #d46e6e;
}
.color-5 {
color: #f1a2a2;
}
/* CSS Variables */
:root {
--color-1: #3d0a0a;
--color-2: #6f1f1f;
--color-3: #a03b3b;
--color-4: #d46e6e;
--color-5: #f1a2a2;
}
Evil background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d0a0a, #6f1f1f, #a03b3b, #d46e6e, #f1a2a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d0a0a, #6f1f1f, #a03b3b, #d46e6e, #f1a2a2);
}
Similar color palettes
Scroll down to explore 200+ Dark color palettes
- Midnight Feathers
- Something Bad Will Happen Soon
- Shades of Dark Red
- Ethereal Twilight
- Crimson Enchantment
- Midnight Heist
- Shades of Pink
- Dark Blue with a Touch of Red
- Dark Raven
- Purple Circus
- Dark Red
- Crimson Fury
- Shades of Pink
- Cherry Fizz Delight
- Crimson Eclipse
- Multiverse Webworks
- Whispering Shadows
- Carnival Shadows
Evil color palette created on .