Green Zombie Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Green Zombie palette

Condividi questa palette a:

tavolozza dei colori Green Zombie CSS

/* 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 con gradiente di sfondo 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 .