Slavic Necromancer Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Slavic Necromancer palette

Share this palette to:

Slavic Necromancer color palette PNG image

Download slavic necromancer color palette PNG image (landscape)
Download slavic necromancer color palette PNG image (square)

Slavic Necromancer color palette CSS

/* CSS */
.color-1 {
color: #3a2d4e;
}
.color-2 {
color: #59465d;
}
.color-3 {
color: #8f5b7d;
}
.color-4 {
color: #c19f8b;
}
.color-5 {
color: #e3d4b5;
}

/* CSS Variables */
:root {
--color-1: #3a2d4e;
--color-2: #59465d;
--color-3: #8f5b7d;
--color-4: #c19f8b;
--color-5: #e3d4b5;
}

Slavic Necromancer background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a2d4e, #59465d, #8f5b7d, #c19f8b, #e3d4b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a2d4e, #59465d, #8f5b7d, #c19f8b, #e3d4b5);
}

Slavic Necromancer color palette created on .