Zombie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Zombie palette

このパレットを共有する先:

Zombie カラー パレット PNG 画像

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

Zombie カラーパレット CSS

/* CSS */
.color-1 {
color: #4d7a4f;
}
.color-2 {
color: #b1d8b1;
}
.color-3 {
color: #f0e3b2;
}
.color-4 {
color: #f9aeae;
}
.color-5 {
color: #d45e5e;
}

/* CSS Variables */
:root {
--color-1: #4d7a4f;
--color-2: #b1d8b1;
--color-3: #f0e3b2;
--color-4: #f9aeae;
--color-5: #d45e5e;
}

Zombie の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d7a4f, #b1d8b1, #f0e3b2, #f9aeae, #d45e5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d7a4f, #b1d8b1, #f0e3b2, #f9aeae, #d45e5e);
}

Zombie color palette created on .