Green Zombie Fox Color Palette
Discover the beautiful Green Zombie Fox color palette featuring sycamore (#7a993d), celery (#a3c24c), wattle (#d9d959), buttercup (#f4b31a) and jaffa (#ed7c31).
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 Green Zombie Fox palette
💻 Green Zombie Fox color palette CSS
/* CSS */
.color-1 {
color: #7a993d;
}
.color-2 {
color: #a3c24c;
}
.color-3 {
color: #d9d959;
}
.color-4 {
color: #f4b31a;
}
.color-5 {
color: #ed7c31;
}
/* CSS Variables */
:root {
--color-1: #7a993d;
--color-2: #a3c24c;
--color-3: #d9d959;
--color-4: #f4b31a;
--color-5: #ed7c31;
}
🌈 Green Zombie Fox background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a993d, #a3c24c, #d9d959, #f4b31a, #ed7c31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a993d, #a3c24c, #d9d959, #f4b31a, #ed7c31);
}
🔗 Explore similar color palettes
Green Zombie Fox color palette created on .