Zombiecleo カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Zombiecleo palette
Zombiecleo カラー パレット PNG 画像
Zombiecleo カラーパレット CSS
/* CSS */
.color-1 {
color: #e2e1df;
}
.color-2 {
color: #c0b2c2;
}
.color-3 {
color: #8e5d8d;
}
.color-4 {
color: #5b305f;
}
.color-5 {
color: #491d3e;
}
/* CSS Variables */
:root {
--color-1: #e2e1df;
--color-2: #c0b2c2;
--color-3: #8e5d8d;
--color-4: #5b305f;
--color-5: #491d3e;
}
Zombiecleo の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2e1df, #c0b2c2, #8e5d8d, #5b305f, #491d3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2e1df, #c0b2c2, #8e5d8d, #5b305f, #491d3e);
}
似たようなカラーパレット
Zombiecleo color palette created on .