Zombie Dreams Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Zombie Dreams palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Zombie Dreams

Download zombie dreams color palette PNG image (landscape)
Download zombie dreams color palette PNG image (square)

tavolozza dei colori Zombie Dreams CSS

/* CSS */
.color-1 {
color: #e4d59b;
}
.color-2 {
color: #bac4a1;
}
.color-3 {
color: #7d9b8e;
}
.color-4 {
color: #4a786d;
}
.color-5 {
color: #2d5c4b;
}

/* CSS Variables */
:root {
--color-1: #e4d59b;
--color-2: #bac4a1;
--color-3: #7d9b8e;
--color-4: #4a786d;
--color-5: #2d5c4b;
}

CSS con gradiente di sfondo Zombie Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4d59b, #bac4a1, #7d9b8e, #4a786d, #2d5c4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4d59b, #bac4a1, #7d9b8e, #4a786d, #2d5c4b);
}

Zombie Dreams color palette created on .