Victim of a Zombie カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Victim of a Zombie palette
Victim of a Zombie カラー パレット PNG 画像
Victim of a Zombie カラーパレット CSS
/* CSS */
.color-1 {
color: #3a2c2f;
}
.color-2 {
color: #6d4f4f;
}
.color-3 {
color: #b78c8a;
}
.color-4 {
color: #e1b6a3;
}
.color-5 {
color: #f5dfc7;
}
/* CSS Variables */
:root {
--color-1: #3a2c2f;
--color-2: #6d4f4f;
--color-3: #b78c8a;
--color-4: #e1b6a3;
--color-5: #f5dfc7;
}
Victim of a Zombie の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a2c2f, #6d4f4f, #b78c8a, #e1b6a3, #f5dfc7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a2c2f, #6d4f4f, #b78c8a, #e1b6a3, #f5dfc7);
}
似たようなカラーパレット
Victim of a Zombie color palette created on .