Zombie Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Zombie Dreams palette

Share this palette to:

Zombie Dreams color palette PNG image

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

Zombie Dreams color palette CSS

/* CSS */
.color-1 {
color: #3e3e5b;
}
.color-2 {
color: #7979af;
}
.color-3 {
color: #b4b4d9;
}
.color-4 {
color: #f2d7a1;
}
.color-5 {
color: #cd5b7b;
}

/* CSS Variables */
:root {
--color-1: #3e3e5b;
--color-2: #7979af;
--color-3: #b4b4d9;
--color-4: #f2d7a1;
--color-5: #cd5b7b;
}

Zombie Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e3e5b, #7979af, #b4b4d9, #f2d7a1, #cd5b7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e3e5b, #7979af, #b4b4d9, #f2d7a1, #cd5b7b);
}

Zombie Dreams color palette created on .