Necromancer Color Palette
Discover the beautiful Necromancer color palette featuring charade (#2c2a3c), mulled wine (#4a4a6d), storm gray (#6c6c89), sycamore (#9c8c3a) and fuzzy wuzzy brown (#c84c4c).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Necromancer palette
๐ป Necromancer color palette CSS
/* CSS */
.color-1 {
color: #2c2a3c;
}
.color-2 {
color: #4a4a6d;
}
.color-3 {
color: #6c6c89;
}
.color-4 {
color: #9c8c3a;
}
.color-5 {
color: #c84c4c;
}
/* CSS Variables */
:root {
--color-1: #2c2a3c;
--color-2: #4a4a6d;
--color-3: #6c6c89;
--color-4: #9c8c3a;
--color-5: #c84c4c;
} ๐ Necromancer background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2c2a3c, #4a4a6d, #6c6c89, #9c8c3a, #c84c4c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2c2a3c, #4a4a6d, #6c6c89, #9c8c3a, #c84c4c);
} ๐ Explore similar color palettes
Necromancer color palette created on .