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