Slavic Necromancer Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Slavic Necromancer palette
Slavic Necromancer color palette PNG image
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);
}
Similar color palettes
Slavic Necromancer color palette created on .