Golden Earthtones Color Palette
Discover the beautiful Golden Earthtones color palette featuring buddha gold (#d19900), pirate gold (#c28b00), pirate gold (#b87a00), chelsea gem (#a36a00) and chelsea gem (#945e00).
Brightness
Saturation
Warmth
Refine
๐ก 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 Earthtones palette
๐ป Golden Earthtones color palette CSS
/* CSS */
.color-1 {
color: #d19900;
}
.color-2 {
color: #c28b00;
}
.color-3 {
color: #b87a00;
}
.color-4 {
color: #a36a00;
}
.color-5 {
color: #945e00;
}
/* CSS Variables */
:root {
--color-1: #d19900;
--color-2: #c28b00;
--color-3: #b87a00;
--color-4: #a36a00;
--color-5: #945e00;
} ๐ Golden Earthtones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d19900, #c28b00, #b87a00, #a36a00, #945e00);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d19900, #c28b00, #b87a00, #a36a00, #945e00);
} ๐ Explore similar color palettes
Golden Earthtones color palette created on .