Warm Lion Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Warm Lion palette

Share this palette to:

Warm Lion color palette PNG image

Download warm lion color palette PNG image (landscape)
Download warm lion color palette PNG image (square)

Warm Lion color palette CSS

/* CSS */
.color-1 {
color: #851926;
}
.color-2 {
color: #6a6262;
}
.color-3 {
color: #e5ab7b;
}
.color-4 {
color: #cd8f65;
}
.color-5 {
color: #fcfcfc;
}

/* CSS Variables */
:root {
--color-1: #851926;
--color-2: #6a6262;
--color-3: #e5ab7b;
--color-4: #cd8f65;
--color-5: #fcfcfc;
}

Warm Lion background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #851926, #6a6262, #e5ab7b, #cd8f65, #fcfcfc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #851926, #6a6262, #e5ab7b, #cd8f65, #fcfcfc);
}

Warm Lion color palette created on .