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