Demon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Demon palette
Demon color palette PNG image
Demon color palette CSS
/* CSS */
.color-1 {
color: #1a0a11;
}
.color-2 {
color: #3b1c24;
}
.color-3 {
color: #5b3e3e;
}
.color-4 {
color: #7b5b5b;
}
.color-5 {
color: #9a7e7e;
}
/* CSS Variables */
:root {
--color-1: #1a0a11;
--color-2: #3b1c24;
--color-3: #5b3e3e;
--color-4: #7b5b5b;
--color-5: #9a7e7e;
}
Demon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a0a11, #3b1c24, #5b3e3e, #7b5b5b, #9a7e7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a0a11, #3b1c24, #5b3e3e, #7b5b5b, #9a7e7e);
}
Similar color palettes
Demon color palette created on .