Golden Zebra Color Palette
Discover the beautiful Golden Zebra color palette featuring roti (#d0a74e), rob roy (#e8c86d), sandwisp (#f4e1a4), luxor gold (#a97c2d) and kumera (#7c6022).
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 Golden Zebra palette
💻 Golden Zebra color palette CSS
/* CSS */
.color-1 {
color: #d0a74e;
}
.color-2 {
color: #e8c86d;
}
.color-3 {
color: #f4e1a4;
}
.color-4 {
color: #a97c2d;
}
.color-5 {
color: #7c6022;
}
/* CSS Variables */
:root {
--color-1: #d0a74e;
--color-2: #e8c86d;
--color-3: #f4e1a4;
--color-4: #a97c2d;
--color-5: #7c6022;
} 🌈 Golden Zebra background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0a74e, #e8c86d, #f4e1a4, #a97c2d, #7c6022);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0a74e, #e8c86d, #f4e1a4, #a97c2d, #7c6022);
} 🔗 Explore similar color palettes
Golden Zebra color palette created on .