Demon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Demon palette

Share this palette to:

Demon color palette PNG image

Download demon color palette PNG image (landscape)
Download demon color palette PNG image (square)

Demon color palette CSS

/* CSS */
.color-1 {
color: #c92c3c;
}
.color-2 {
color: #8c1d22;
}
.color-3 {
color: #5b2929;
}
.color-4 {
color: #3c3d3e;
}
.color-5 {
color: #1e1f20;
}

/* CSS Variables */
:root {
--color-1: #c92c3c;
--color-2: #8c1d22;
--color-3: #5b2929;
--color-4: #3c3d3e;
--color-5: #1e1f20;
}

Demon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c3c, #8c1d22, #5b2929, #3c3d3e, #1e1f20);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c3c, #8c1d22, #5b2929, #3c3d3e, #1e1f20);
}

Demon color palette created on .