Shy Zombie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shy Zombie palette

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

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

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

Shy Zombie カラーパレット CSS

/* CSS */
.color-1 {
color: #d4c3e4;
}
.color-2 {
color: #a580bc;
}
.color-3 {
color: #6a4c94;
}
.color-4 {
color: #3f2a92;
}
.color-5 {
color: #1c1c3b;
}

/* CSS Variables */
:root {
--color-1: #d4c3e4;
--color-2: #a580bc;
--color-3: #6a4c94;
--color-4: #3f2a92;
--color-5: #1c1c3b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4c3e4, #a580bc, #6a4c94, #3f2a92, #1c1c3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4c3e4, #a580bc, #6a4c94, #3f2a92, #1c1c3b);
}

Shy Zombie color palette created on .