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