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