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

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Dark, Deep, Gray, Green, Magenta, Red, Spooky color palettes and combinations.

๐Ÿ’ก 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

Share this palette to:

๐Ÿ’ป 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);
}

Necromancer color palette created on .