Zombie Garden Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Zombie Garden palette
Zombie Garden color palette PNG image
Zombie Garden color palette CSS
/* CSS */
.color-1 {
color: #699e4c;
}
.color-2 {
color: #8cbe79;
}
.color-3 {
color: #d1c84d;
}
.color-4 {
color: #e4694e;
}
.color-5 {
color: #e8b14a;
}
/* CSS Variables */
:root {
--color-1: #699e4c;
--color-2: #8cbe79;
--color-3: #d1c84d;
--color-4: #e4694e;
--color-5: #e8b14a;
}
Zombie Garden background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #699e4c, #8cbe79, #d1c84d, #e4694e, #e8b14a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #699e4c, #8cbe79, #d1c84d, #e4694e, #e8b14a);
}
Similar color palettes
Scroll down to explore 1000+ Green color palettes
Zombie Garden color palette created on .