Gold Luxury Color Palette
Discover the beautiful Gold Luxury color palette featuring old gold (#d4af35), luxor gold (#a67d30), old copper (#6c4d2d), english walnut (#402b26) and cod gray (#1e1c1a).
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 Gold Luxury palette
💻 Gold Luxury color palette CSS
/* CSS */
.color-1 {
color: #d4af35;
}
.color-2 {
color: #a67d30;
}
.color-3 {
color: #6c4d2d;
}
.color-4 {
color: #402b26;
}
.color-5 {
color: #1e1c1a;
}
/* CSS Variables */
:root {
--color-1: #d4af35;
--color-2: #a67d30;
--color-3: #6c4d2d;
--color-4: #402b26;
--color-5: #1e1c1a;
} 🌈 Gold Luxury background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4af35, #a67d30, #6c4d2d, #402b26, #1e1c1a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4af35, #a67d30, #6c4d2d, #402b26, #1e1c1a);
} 🔗 Explore similar color palettes
Gold Luxury color palette created on .