Victim of a Zombie Color Palette

Discover the beautiful Victim of a Zombie color palette featuring thunder (#3a2c2f), ferra (#6d4f4f), quicksand (#b78c8a), cashmere (#e1b6a3) and sidecar (#f5dfc7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withZombie, Gray, Red, Muted, Earthy, Light, Soft, Warm, Fall, Vintage 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 Victim of a Zombie palette

Share this palette to:

💻 Victim of a Zombie color palette CSS

/* CSS */
.color-1 {
color: #3a2c2f;
}
.color-2 {
color: #6d4f4f;
}
.color-3 {
color: #b78c8a;
}
.color-4 {
color: #e1b6a3;
}
.color-5 {
color: #f5dfc7;
}

/* CSS Variables */
:root {
--color-1: #3a2c2f;
--color-2: #6d4f4f;
--color-3: #b78c8a;
--color-4: #e1b6a3;
--color-5: #f5dfc7;
}

🌈 Victim of a Zombie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a2c2f, #6d4f4f, #b78c8a, #e1b6a3, #f5dfc7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a2c2f, #6d4f4f, #b78c8a, #e1b6a3, #f5dfc7);
}

Victim of a Zombie color palette created on .