The Devil Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with The Devil palette

Share this palette to:

The Devil color palette CSS

/* CSS */
.color-1 {
color: #d24b59;
}
.color-2 {
color: #b44648;
}
.color-3 {
color: #85383c;
}
.color-4 {
color: #6c3334;
}
.color-5 {
color: #522d2d;
}

/* CSS Variables */
:root {
--color-1: #d24b59;
--color-2: #b44648;
--color-3: #85383c;
--color-4: #6c3334;
--color-5: #522d2d;
}

The Devil background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d24b59, #b44648, #85383c, #6c3334, #522d2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d24b59, #b44648, #85383c, #6c3334, #522d2d);
}

The Devil color palette created on .