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: #497b24;
}
.color-2 {
color: #a0c32c;
}
.color-3 {
color: #a7d846;
}
.color-4 {
color: #e1f07f;
}
.color-5 {
color: #f9e79f;
}

/* CSS Variables */
:root {
--color-1: #497b24;
--color-2: #a0c32c;
--color-3: #a7d846;
--color-4: #e1f07f;
--color-5: #f9e79f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #497b24, #a0c32c, #a7d846, #e1f07f, #f9e79f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #497b24, #a0c32c, #a7d846, #e1f07f, #f9e79f);
}

Zombie color palette created on .