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