Necromancer Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Necromancer palette
Color Inspiration
Images that showcase this color palette in real designs
Download Necromancer Color Palette (PNG)
Necromancer color palette CSS
/* CSS */
.color-1 {
color: #1d1d2f;
}
.color-2 {
color: #393946;
}
.color-3 {
color: #5b5b7b;
}
.color-4 {
color: #7a7a99;
}
.color-5 {
color: #b7b7d7;
}
/* CSS Variables */
:root {
--color-1: #1d1d2f;
--color-2: #393946;
--color-3: #5b5b7b;
--color-4: #7a7a99;
--color-5: #b7b7d7;
}
Necromancer background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1d2f, #393946, #5b5b7b, #7a7a99, #b7b7d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1d2f, #393946, #5b5b7b, #7a7a99, #b7b7d7);
}
Similar color palettes
Necromancer color palette created on .