Cute Zombie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cute Zombie palette

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

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

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

Cute Zombie カラーパレット CSS

/* CSS */
.color-1 {
color: #72c5b9;
}
.color-2 {
color: #fab700;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #d9aa9b;
}
.color-5 {
color: #380a43;
}

/* CSS Variables */
:root {
--color-1: #72c5b9;
--color-2: #fab700;
--color-3: #ff6e61;
--color-4: #d9aa9b;
--color-5: #380a43;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #72c5b9, #fab700, #ff6e61, #d9aa9b, #380a43);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #72c5b9, #fab700, #ff6e61, #d9aa9b, #380a43);
}

Cute Zombie color palette created on .