Zion Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Zion palette

Share this palette to:

Zion color palette PNG image

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

Zion color palette CSS

/* CSS */
.color-1 {
color: #b94b4f;
}
.color-2 {
color: #f3b44f;
}
.color-3 {
color: #f3d57c;
}
.color-4 {
color: #4b9ea0;
}
.color-5 {
color: #6a3e79;
}

/* CSS Variables */
:root {
--color-1: #b94b4f;
--color-2: #f3b44f;
--color-3: #f3d57c;
--color-4: #4b9ea0;
--color-5: #6a3e79;
}

Zion background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b94b4f, #f3b44f, #f3d57c, #4b9ea0, #6a3e79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b94b4f, #f3b44f, #f3d57c, #4b9ea0, #6a3e79);
}

Zion color palette created on .