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: #8a9a5b;
}
.color-2 {
color: #b0c69f;
}
.color-3 {
color: #d3e0ae;
}
.color-4 {
color: #f2f6e4;
}
.color-5 {
color: #e4d7af;
}
/* CSS Variables */
:root {
--color-1: #8a9a5b;
--color-2: #b0c69f;
--color-3: #d3e0ae;
--color-4: #f2f6e4;
--color-5: #e4d7af;
}
Desaturated Green Zombie の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8a9a5b, #b0c69f, #d3e0ae, #f2f6e4, #e4d7af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8a9a5b, #b0c69f, #d3e0ae, #f2f6e4, #e4d7af);
}
似たようなカラーパレット
Desaturated Green Zombie color palette created on .