Leopard Color Palette

Discover the beautiful Leopard color palette featuring twine (#c19b6c), tacha (#d2b85b), putty (#e6d28e), sepia skin (#9f5d3c) and old copper (#7a4b33).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Amber, Beige, Earthy, Animal, Fur, Neutral, Summer, Vibrant, Warm color palettes and combinations.

💡 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 Leopard palette

Share this palette to:

💻 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);
}

Leopard color palette created on .