Paleta de colores Green Zombie
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Green Zombie palette
CSS de la paleta de colores Green Zombie
/* CSS */
.color-1 {
color: #4a8a3d;
}
.color-2 {
color: #7cc08b;
}
.color-3 {
color: #a9e5b3;
}
.color-4 {
color: #d0f1d6;
}
.color-5 {
color: #f4ffeb;
}
/* CSS Variables */
:root {
--color-1: #4a8a3d;
--color-2: #7cc08b;
--color-3: #a9e5b3;
--color-4: #d0f1d6;
--color-5: #f4ffeb;
}
CSS del degradado de fondo Green Zombie
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a8a3d, #7cc08b, #a9e5b3, #d0f1d6, #f4ffeb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a8a3d, #7cc08b, #a9e5b3, #d0f1d6, #f4ffeb);
}
Paletas de colores similares
Green Zombie color palette created on .