Paleta de colores Green Zombie

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Green Zombie palette

Compartir esta paleta en:

CSS de la paleta de colores Green Zombie

/* CSS */
.color-1 {
color: #4f7d7b;
}
.color-2 {
color: #67a86e;
}
.color-3 {
color: #8edc60;
}
.color-4 {
color: #c3e9a5;
}
.color-5 {
color: #e2f2c4;
}

/* CSS Variables */
:root {
--color-1: #4f7d7b;
--color-2: #67a86e;
--color-3: #8edc60;
--color-4: #c3e9a5;
--color-5: #e2f2c4;
}

CSS del degradado de fondo Green Zombie

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f7d7b, #67a86e, #8edc60, #c3e9a5, #e2f2c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f7d7b, #67a86e, #8edc60, #c3e9a5, #e2f2c4);
}

Green Zombie color palette created on .