Desaturated Green Zombie Color Palette
Discover the beautiful Desaturated Green Zombie color palette featuring limed ash (#6c7b5b), gray asparagus (#4b5a49), lunar green (#3a3e38), de york (#9acb8b) and beryl green (#d8e0b8).
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 Desaturated Green Zombie palette
💻 Desaturated Green Zombie color palette CSS
/* CSS */
.color-1 {
color: #6c7b5b;
}
.color-2 {
color: #4b5a49;
}
.color-3 {
color: #3a3e38;
}
.color-4 {
color: #9acb8b;
}
.color-5 {
color: #d8e0b8;
}
/* CSS Variables */
:root {
--color-1: #6c7b5b;
--color-2: #4b5a49;
--color-3: #3a3e38;
--color-4: #9acb8b;
--color-5: #d8e0b8;
}
🌈 Desaturated Green Zombie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6c7b5b, #4b5a49, #3a3e38, #9acb8b, #d8e0b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6c7b5b, #4b5a49, #3a3e38, #9acb8b, #d8e0b8);
}
🔗 Explore similar color palettes
Desaturated Green Zombie color palette created on .