Zombie Chef Color Palette
Discover the beautiful Zombie Chef color palette featuring willow grove (#6a6e68), norway (#a0b79f), green mist (#d8d8b0), mandys pink (#f3b4af) and mojo (#c8453c).
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 Zombie Chef palette
💻 Zombie Chef color palette CSS
/* CSS */
.color-1 {
color: #6a6e68;
}
.color-2 {
color: #a0b79f;
}
.color-3 {
color: #d8d8b0;
}
.color-4 {
color: #f3b4af;
}
.color-5 {
color: #c8453c;
}
/* CSS Variables */
:root {
--color-1: #6a6e68;
--color-2: #a0b79f;
--color-3: #d8d8b0;
--color-4: #f3b4af;
--color-5: #c8453c;
}
🌈 Zombie Chef background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a6e68, #a0b79f, #d8d8b0, #f3b4af, #c8453c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a6e68, #a0b79f, #d8d8b0, #f3b4af, #c8453c);
}
🔗 Explore similar color palettes
Zombie Chef color palette created on .