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