Leopard Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Leopard palette
Color Inspiration
Images that showcase this color palette in real designs
Download Leopard Color Palette (PNG)
Leopard color palette CSS
/* CSS */
.color-1 {
color: #e19141;
}
.color-2 {
color: #eab239;
}
.color-3 {
color: #f3cf62;
}
.color-4 {
color: #d05525;
}
.color-5 {
color: #bd461f;
}
/* CSS Variables */
:root {
--color-1: #e19141;
--color-2: #eab239;
--color-3: #f3cf62;
--color-4: #d05525;
--color-5: #bd461f;
}
Leopard background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e19141, #eab239, #f3cf62, #d05525, #bd461f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e19141, #eab239, #f3cf62, #d05525, #bd461f);
}
Similar color palettes
Leopard color palette created on .