Warm Lion Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Warm Lion palette
Color Inspiration
Images that showcase this color palette in real designs
Download Warm Lion Color Palette (PNG)
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);
}
Similar color palettes
Warm Lion color palette created on .