Evil Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Evil palette
Color Inspiration
Images that showcase this color palette in real designs
Download Evil Color Palette (PNG)
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);
}
Similar color palettes
Evil color palette created on .