Zombie Chef カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Zombie Chef palette

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

Zombie Chef カラー パレット PNG 画像

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

Zombie Chef カラーパレット CSS

/* CSS */
.color-1 {
color: #6a6e68;
}
.color-2 {
color: #a0b79f;
}
.color-3 {
color: #d8d8b0;
}
.color-4 {
color: #f3b4af;
}
.color-5 {
color: #c8453c;
}

/* CSS Variables */
:root {
--color-1: #6a6e68;
--color-2: #a0b79f;
--color-3: #d8d8b0;
--color-4: #f3b4af;
--color-5: #c8453c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a6e68, #a0b79f, #d8d8b0, #f3b4af, #c8453c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a6e68, #a0b79f, #d8d8b0, #f3b4af, #c8453c);
}

Zombie Chef color palette created on .