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
๐ป 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);
} ๐ Explore similar color palettes
Golden Dark color palette created on .