Leopard Color Palette
Discover the beautiful Leopard color palette featuring anzac (#e19141), tulip tree (#eab239), cream can (#f3cf62), piper (#d05525) and orange roughy (#bd461f).
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 Leopard palette
๐ป 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);
} ๐ Explore similar color palettes
Leopard color palette created on .