Zombie Sunshine Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Zombie Sunshine palette
Zombie Sunshine color palette PNG image
Zombie Sunshine color palette CSS
/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #c4d600;
}
.color-3 {
color: #a1b300;
}
.color-4 {
color: #8c8f00;
}
.color-5 {
color: #8a6c00;
}
/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #c4d600;
--color-3: #a1b300;
--color-4: #8c8f00;
--color-5: #8a6c00;
}
Zombie Sunshine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #c4d600, #a1b300, #8c8f00, #8a6c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #c4d600, #a1b300, #8c8f00, #8a6c00);
}
Similar color palettes
Scroll down to explore 4 Zombie color palettes
Zombie Sunshine color palette created on .