Demon Priest Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Demon Priest palette

Share this palette to:

Demon Priest color palette CSS

/* CSS */
.color-1 {
color: #3b2a4c;
}
.color-2 {
color: #7b4c7b;
}
.color-3 {
color: #a8718f;
}
.color-4 {
color: #d8a07d;
}
.color-5 {
color: #e25050;
}

/* CSS Variables */
:root {
--color-1: #3b2a4c;
--color-2: #7b4c7b;
--color-3: #a8718f;
--color-4: #d8a07d;
--color-5: #e25050;
}

Demon Priest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b2a4c, #7b4c7b, #a8718f, #d8a07d, #e25050);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b2a4c, #7b4c7b, #a8718f, #d8a07d, #e25050);
}

Demon Priest color palette created on .