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