Leo Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Leo palette

Share this palette to:

Leo color palette CSS

/* CSS */
.color-1 {
color: #fab700;
}
.color-2 {
color: #f09000;
}
.color-3 {
color: #e67300;
}
.color-4 {
color: #cc5500;
}
.color-5 {
color: #bd4200;
}

/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #f09000;
--color-3: #e67300;
--color-4: #cc5500;
--color-5: #bd4200;
}

Leo background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #f09000, #e67300, #cc5500, #bd4200);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #f09000, #e67300, #cc5500, #bd4200);
}

Leo color palette created on .