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: #4f8c3b;
}
.color-2 {
color: #a3ca7d;
}
.color-3 {
color: #e3f2a6;
}
.color-4 {
color: #f9c54e;
}
.color-5 {
color: #f94346;
}

/* CSS Variables */
:root {
--color-1: #4f8c3b;
--color-2: #a3ca7d;
--color-3: #e3f2a6;
--color-4: #f9c54e;
--color-5: #f94346;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f8c3b, #a3ca7d, #e3f2a6, #f9c54e, #f94346);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f8c3b, #a3ca7d, #e3f2a6, #f9c54e, #f94346);
}

Zombie color palette created on .