Orange Lázaro Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Lázaro palette

Share this palette to:

Orange Lázaro color palette CSS

/* CSS */
.color-1 {
color: #fce6ba;
}
.color-2 {
color: #fab700;
}
.color-3 {
color: #e66b00;
}
.color-4 {
color: #a83b00;
}
.color-5 {
color: #4b0c0c;
}

/* CSS Variables */
:root {
--color-1: #fce6ba;
--color-2: #fab700;
--color-3: #e66b00;
--color-4: #a83b00;
--color-5: #4b0c0c;
}

Orange Lázaro background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fce6ba, #fab700, #e66b00, #a83b00, #4b0c0c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fce6ba, #fab700, #e66b00, #a83b00, #4b0c0c);
}

Orange Lázaro color palette created on .