Zero カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Zero palette

このパレットを共有する先:

Zero カラー パレット PNG 画像

Download zero color palette PNG image (landscape)
Download zero color palette PNG image (square)

Zero カラーパレット CSS

/* CSS */
.color-1 {
color: #1d1f20;
}
.color-2 {
color: #3b3d3f;
}
.color-3 {
color: #5a5c5e;
}
.color-4 {
color: #a1a3a5;
}
.color-5 {
color: #e7e9e9;
}

/* CSS Variables */
:root {
--color-1: #1d1f20;
--color-2: #3b3d3f;
--color-3: #5a5c5e;
--color-4: #a1a3a5;
--color-5: #e7e9e9;
}

Zero の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1f20, #3b3d3f, #5a5c5e, #a1a3a5, #e7e9e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1f20, #3b3d3f, #5a5c5e, #a1a3a5, #e7e9e9);
}

Zero color palette created on .