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: #3e0f0f;
}
.color-2 {
color: #692626;
}
.color-3 {
color: #a03b3b;
}
.color-4 {
color: #d45e5e;
}
.color-5 {
color: #f08f8f;
}
/* CSS Variables */
:root {
--color-1: #3e0f0f;
--color-2: #692626;
--color-3: #a03b3b;
--color-4: #d45e5e;
--color-5: #f08f8f;
}
Demon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e0f0f, #692626, #a03b3b, #d45e5e, #f08f8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e0f0f, #692626, #a03b3b, #d45e5e, #f08f8f);
}
Similar color palettes
Demon color palette created on .