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 withGold, Yellow, Amber, Warm, Earthy, Deep, Bright Autumn, Modern 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 .