Luxury Gold Color Palette

Discover the beautiful Luxury Gold color palette featuring cod gray (#1a1a1a), tundora (#4a4a4a), dusty gray (#9c9c9c), old gold (#d4af35) and cream can (#f5c54d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlack, Gray, Gold, Bright, Luxury color palettes and combinations.

💡 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 Luxury Gold palette

Share this palette to:

💻 Luxury Gold color palette CSS

/* CSS */
.color-1 {
color: #1a1a1a;
}
.color-2 {
color: #4a4a4a;
}
.color-3 {
color: #9c9c9c;
}
.color-4 {
color: #d4af35;
}
.color-5 {
color: #f5c54d;
}

/* CSS Variables */
:root {
--color-1: #1a1a1a;
--color-2: #4a4a4a;
--color-3: #9c9c9c;
--color-4: #d4af35;
--color-5: #f5c54d;
}

🌈 Luxury Gold background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a1a, #4a4a4a, #9c9c9c, #d4af35, #f5c54d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a1a, #4a4a4a, #9c9c9c, #d4af35, #f5c54d);
}

Luxury Gold color palette created on .