Warm Lion Color Palette
Discover the beautiful Warm Lion color palette featuring merlot (#851926), scorpion (#6a6262), harvest gold (#e5ab7b), antique brass (#cd8f65) and alabaster (#fcfcfc).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Warm Lion palette
💻 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);
} 🔗 Explore similar color palettes
Warm Lion color palette created on .