Leopard Color Palette
Discover the beautiful Leopard color palette featuring anzac (#e29342), tulip tree (#eab238), cream can (#f3ce62), piper (#d25525) and orange roughy (#bb451f).
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: #e29342;
}
.color-2 {
color: #eab238;
}
.color-3 {
color: #f3ce62;
}
.color-4 {
color: #d25525;
}
.color-5 {
color: #bb451f;
}
/* CSS Variables */
:root {
--color-1: #e29342;
--color-2: #eab238;
--color-3: #f3ce62;
--color-4: #d25525;
--color-5: #bb451f;
} ๐ Leopard background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e29342, #eab238, #f3ce62, #d25525, #bb451f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e29342, #eab238, #f3ce62, #d25525, #bb451f);
} ๐ Explore similar color palettes
Leopard color palette created on .