Golden Dark Color Palette

Discover the beautiful Golden Dark color palette featuring buddha gold (#c79500), buddha gold (#b89900), pirate gold (#a89200), pirate gold (#a38000) and olive (#8f7000).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Bright Autumn, Deep, Earthy, Gold, Modern, Warm, Yellow 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 Golden Dark palette

Share this palette to:

๐Ÿ’ป Golden Dark color palette CSS

/* CSS */
.color-1 {
color: #c79500;
}
.color-2 {
color: #b89900;
}
.color-3 {
color: #a89200;
}
.color-4 {
color: #a38000;
}
.color-5 {
color: #8f7000;
}

/* CSS Variables */
:root {
--color-1: #c79500;
--color-2: #b89900;
--color-3: #a89200;
--color-4: #a38000;
--color-5: #8f7000;
}

๐ŸŒˆ Golden Dark background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c79500, #b89900, #a89200, #a38000, #8f7000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c79500, #b89900, #a89200, #a38000, #8f7000);
}

Golden Dark color palette created on .