Necro Color Palette

Discover the beautiful Necro color palette featuring voodoo (#4d2d4e), cannon pink (#7a4d69), turkish rose (#b57895), beauty bush (#f1c0c9) and we peep (#f7d9da).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Pink, Soft, Modern, Boho, Deep, Muted 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 Necro palette

Share this palette to:

💻 Necro color palette CSS

/* CSS */
.color-1 {
color: #4d2d4e;
}
.color-2 {
color: #7a4d69;
}
.color-3 {
color: #b57895;
}
.color-4 {
color: #f1c0c9;
}
.color-5 {
color: #f7d9da;
}

/* CSS Variables */
:root {
--color-1: #4d2d4e;
--color-2: #7a4d69;
--color-3: #b57895;
--color-4: #f1c0c9;
--color-5: #f7d9da;
}

🌈 Necro background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d2d4e, #7a4d69, #b57895, #f1c0c9, #f7d9da);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d2d4e, #7a4d69, #b57895, #f1c0c9, #f7d9da);
}

Necro color palette created on .