Zero Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Zero palette

Share this palette to:

Zero color palette PNG image

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

Zero color palette 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 background gradient 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 .