African Wild Dog Color Palette
Discover the beautiful African Wild Dog color palette featuring putty (#eacc8f), whiskey (#d5a86c), driftwood (#b18d4e), old copper (#6a492a) and black marlin (#3b2d1c).
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 African Wild Dog palette
💻 African Wild Dog color palette CSS
/* CSS */
.color-1 {
color: #eacc8f;
}
.color-2 {
color: #d5a86c;
}
.color-3 {
color: #b18d4e;
}
.color-4 {
color: #6a492a;
}
.color-5 {
color: #3b2d1c;
}
/* CSS Variables */
:root {
--color-1: #eacc8f;
--color-2: #d5a86c;
--color-3: #b18d4e;
--color-4: #6a492a;
--color-5: #3b2d1c;
} 🌈 African Wild Dog background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eacc8f, #d5a86c, #b18d4e, #6a492a, #3b2d1c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eacc8f, #d5a86c, #b18d4e, #6a492a, #3b2d1c);
} 🔗 Explore similar color palettes
African Wild Dog color palette created on .