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: #7a9a79;
}
.color-2 {
color: #a3c4a1;
}
.color-3 {
color: #d0e6d4;
}
.color-4 {
color: #f1f9f0;
}
.color-5 {
color: #f7b5a1;
}

/* CSS Variables */
:root {
--color-1: #7a9a79;
--color-2: #a3c4a1;
--color-3: #d0e6d4;
--color-4: #f1f9f0;
--color-5: #f7b5a1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a9a79, #a3c4a1, #d0e6d4, #f1f9f0, #f7b5a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a9a79, #a3c4a1, #d0e6d4, #f1f9f0, #f7b5a1);
}

Zombie color palette created on .