Zombie Color Palette

Discover the beautiful Zombie color palette featuring bordeaux (#5c0022), tosca (#8a3d3d), matrix (#b36565), clam shell (#d5b8b8) and porcelain (#f0f4f4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withZombie, Earthy, Desaturated, Muted, Autumn, Forest, Creepy, Gray, Green 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 Zombie palette

Share this palette to:

💻 Zombie color palette CSS

/* CSS */
.color-1 {
color: #5c0022;
}
.color-2 {
color: #8a3d3d;
}
.color-3 {
color: #b36565;
}
.color-4 {
color: #d5b8b8;
}
.color-5 {
color: #f0f4f4;
}

/* CSS Variables */
:root {
--color-1: #5c0022;
--color-2: #8a3d3d;
--color-3: #b36565;
--color-4: #d5b8b8;
--color-5: #f0f4f4;
}

🌈 Zombie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c0022, #8a3d3d, #b36565, #d5b8b8, #f0f4f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c0022, #8a3d3d, #b36565, #d5b8b8, #f0f4f4);
}

Zombie color palette created on .