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