Anxious Zombie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Anxious Zombie palette
Anxious Zombie color palette PNG image
Anxious Zombie color palette CSS
/* CSS */
.color-1 {
color: #4f9c6c;
}
.color-2 {
color: #8ccf8d;
}
.color-3 {
color: #d1e3b5;
}
.color-4 {
color: #f7e6a1;
}
.color-5 {
color: #e1a3a3;
}
/* CSS Variables */
:root {
--color-1: #4f9c6c;
--color-2: #8ccf8d;
--color-3: #d1e3b5;
--color-4: #f7e6a1;
--color-5: #e1a3a3;
}
Anxious Zombie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f9c6c, #8ccf8d, #d1e3b5, #f7e6a1, #e1a3a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f9c6c, #8ccf8d, #d1e3b5, #f7e6a1, #e1a3a3);
}
Similar color palettes
Scroll down to explore 10+ Zombie color palettes
Anxious Zombie color palette created on .