The Devil Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with The Devil palette

Share this palette to:

Download The Devil Color Palette (PNG)

Download the devil color palette PNG image (landscape)
Download the devil color palette PNG image (square)

The Devil color palette CSS

/* CSS */
.color-1 {
color: #f50018;
}
.color-2 {
color: #d10003;
}
.color-3 {
color: #8f0007;
}
.color-4 {
color: #660007;
}
.color-5 {
color: #420000;
}

/* CSS Variables */
:root {
--color-1: #f50018;
--color-2: #d10003;
--color-3: #8f0007;
--color-4: #660007;
--color-5: #420000;
}

The Devil background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f50018, #d10003, #8f0007, #660007, #420000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f50018, #d10003, #8f0007, #660007, #420000);
}

The Devil color palette created on .