Zorro Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Zorro palette
Color Inspiration
Images that showcase this color palette in real designs
Download Zorro Color Palette (PNG)
Zorro color palette CSS
/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #4a4a4a;
}
.color-3 {
color: #8c8c8c;
}
.color-4 {
color: #d9d9d9;
}
.color-5 {
color: #ffffff;
}
/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #4a4a4a;
--color-3: #8c8c8c;
--color-4: #d9d9d9;
--color-5: #ffffff;
}
Zorro background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #4a4a4a, #8c8c8c, #d9d9d9, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #4a4a4a, #8c8c8c, #d9d9d9, #ffffff);
}
Similar color palettes
Zorro color palette created on .