Gold Luxury Color Palette

Discover the beautiful Gold Luxury color palette featuring old gold (#d4af35), luxor gold (#a87d2e), tobacco brown (#6f4c3e), judge gray (#4b3c2a) and ebony clay (#2a2c41).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Autumn, Earthy, Elegant, 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 Gold Luxury palette

Share this palette to:

๐Ÿ’ป Gold Luxury color palette CSS

/* CSS */
.color-1 {
color: #d4af35;
}
.color-2 {
color: #a87d2e;
}
.color-3 {
color: #6f4c3e;
}
.color-4 {
color: #4b3c2a;
}
.color-5 {
color: #2a2c41;
}

/* CSS Variables */
:root {
--color-1: #d4af35;
--color-2: #a87d2e;
--color-3: #6f4c3e;
--color-4: #4b3c2a;
--color-5: #2a2c41;
}

๐ŸŒˆ Gold Luxury background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4af35, #a87d2e, #6f4c3e, #4b3c2a, #2a2c41);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4af35, #a87d2e, #6f4c3e, #4b3c2a, #2a2c41);
}

Gold Luxury color palette created on .