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: #1e4d2b;
}
.color-2 {
color: #3e7a4d;
}
.color-3 {
color: #7dbf9c;
}
.color-4 {
color: #9fe5d8;
}
.color-5 {
color: #d0f1e5;
}

/* CSS Variables */
:root {
--color-1: #1e4d2b;
--color-2: #3e7a4d;
--color-3: #7dbf9c;
--color-4: #9fe5d8;
--color-5: #d0f1e5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e4d2b, #3e7a4d, #7dbf9c, #9fe5d8, #d0f1e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e4d2b, #3e7a4d, #7dbf9c, #9fe5d8, #d0f1e5);
}

Zombie color palette created on .