Undead Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Undead Elegance palette

Share this palette to:

Undead Elegance color palette PNG image

Download undead elegance color palette PNG image (landscape)
Download undead elegance color palette PNG image (square)

Undead Elegance color palette CSS

/* CSS */
.color-1 {
color: #7b7d9d;
}
.color-2 {
color: #9c90a7;
}
.color-3 {
color: #a49cbf;
}
.color-4 {
color: #b7a2d8;
}
.color-5 {
color: #d4c5e2;
}

/* CSS Variables */
:root {
--color-1: #7b7d9d;
--color-2: #9c90a7;
--color-3: #a49cbf;
--color-4: #b7a2d8;
--color-5: #d4c5e2;
}

Undead Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b7d9d, #9c90a7, #a49cbf, #b7a2d8, #d4c5e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b7d9d, #9c90a7, #a49cbf, #b7a2d8, #d4c5e2);
}

Undead Elegance color palette created on .