Zombie Curses カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Zombie Curses palette
Zombie Curses カラー パレット PNG 画像
Zombie Curses カラーパレット CSS
/* CSS */
.color-1 {
color: #5e5e7d;
}
.color-2 {
color: #8b4b8b;
}
.color-3 {
color: #c5496a;
}
.color-4 {
color: #f47825;
}
.color-5 {
color: #f5c24d;
}
/* CSS Variables */
:root {
--color-1: #5e5e7d;
--color-2: #8b4b8b;
--color-3: #c5496a;
--color-4: #f47825;
--color-5: #f5c24d;
}
Zombie Curses の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e5e7d, #8b4b8b, #c5496a, #f47825, #f5c24d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e5e7d, #8b4b8b, #c5496a, #f47825, #f5c24d);
}
似たようなカラーパレット
下にスクロールして5個のゾンビカラーパレットを探索しましょう
Zombie Curses color palette created on .