Demon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Demon palette
Color Inspiration
Images that showcase this color palette in real designs
Download Demon Color Palette (PNG)
Demon color palette CSS
/* CSS */
.color-1 {
color: #7b1422;
}
.color-2 {
color: #b23a2a;
}
.color-3 {
color: #e54f3e;
}
.color-4 {
color: #f7a63b;
}
.color-5 {
color: #f8d32a;
}
/* CSS Variables */
:root {
--color-1: #7b1422;
--color-2: #b23a2a;
--color-3: #e54f3e;
--color-4: #f7a63b;
--color-5: #f8d32a;
}
Demon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b1422, #b23a2a, #e54f3e, #f7a63b, #f8d32a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b1422, #b23a2a, #e54f3e, #f7a63b, #f8d32a);
}
Similar color palettes
Demon color palette created on .