Leopard Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Leopard palette
Leopard color palette PNG image
Leopard color palette CSS
/* CSS */
.color-1 {
color: #c19b6c;
}
.color-2 {
color: #d2b85b;
}
.color-3 {
color: #e6d28e;
}
.color-4 {
color: #9f5d3c;
}
.color-5 {
color: #7a4b33;
}
/* CSS Variables */
:root {
--color-1: #c19b6c;
--color-2: #d2b85b;
--color-3: #e6d28e;
--color-4: #9f5d3c;
--color-5: #7a4b33;
}
Leopard background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c19b6c, #d2b85b, #e6d28e, #9f5d3c, #7a4b33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c19b6c, #d2b85b, #e6d28e, #9f5d3c, #7a4b33);
}
Similar color palettes
Scroll down to explore 20+ Aesthetic color palettes
Leopard color palette created on .