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