Zombie Teen カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Zombie Teen palette

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

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

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

Zombie Teen カラーパレット CSS

/* CSS */
.color-1 {
color: #1e1e2f;
}
.color-2 {
color: #4a4a8c;
}
.color-3 {
color: #7a7ab8;
}
.color-4 {
color: #9f9fdf;
}
.color-5 {
color: #d9d9f7;
}

/* CSS Variables */
:root {
--color-1: #1e1e2f;
--color-2: #4a4a8c;
--color-3: #7a7ab8;
--color-4: #9f9fdf;
--color-5: #d9d9f7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e2f, #4a4a8c, #7a7ab8, #9f9fdf, #d9d9f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e2f, #4a4a8c, #7a7ab8, #9f9fdf, #d9d9f7);
}

Zombie Teen color palette created on .