Leo Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Leo palette

Share this palette to:

Leo color palette PNG image

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

Leo color palette CSS

/* CSS */
.color-1 {
color: #f7d850;
}
.color-2 {
color: #fbaf3c;
}
.color-3 {
color: #fb5d28;
}
.color-4 {
color: #d94c30;
}
.color-5 {
color: #a93d3d;
}

/* CSS Variables */
:root {
--color-1: #f7d850;
--color-2: #fbaf3c;
--color-3: #fb5d28;
--color-4: #d94c30;
--color-5: #a93d3d;
}

Leo background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d850, #fbaf3c, #fb5d28, #d94c30, #a93d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d850, #fbaf3c, #fb5d28, #d94c30, #a93d3d);
}

Leo color palette created on .