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
๐ก 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: #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);
} ๐ Explore similar color palettes
Gold Luxury color palette created on .