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