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