Zecora Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Zecora palette

Share this palette to:

Zecora color palette CSS

/* CSS */
.color-1 {
color: #1e1e24;
}
.color-2 {
color: #4c4c57;
}
.color-3 {
color: #79798b;
}
.color-4 {
color: #c3a02c;
}
.color-5 {
color: #d22d2d;
}

/* CSS Variables */
:root {
--color-1: #1e1e24;
--color-2: #4c4c57;
--color-3: #79798b;
--color-4: #c3a02c;
--color-5: #d22d2d;
}

Zecora background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e24, #4c4c57, #79798b, #c3a02c, #d22d2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e24, #4c4c57, #79798b, #c3a02c, #d22d2d);
}

Zecora color palette created on .