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