Golden Earthtones Color Palette

Discover the beautiful Golden Earthtones color palette featuring whiskey (#d4a26e), tan (#cdab7e), muddy waters (#b58d5a), driftwood (#a67d4e) and potters clay (#8c5a3b).

Brightness

Saturation

Warmth

Refine

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Autumn, Beige, Brown, Earthy, Tan, Warm 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 Earthtones palette

Share this palette to:

๐Ÿ’ป Golden Earthtones color palette CSS

/* CSS */
.color-1 {
color: #d4a26e;
}
.color-2 {
color: #cdab7e;
}
.color-3 {
color: #b58d5a;
}
.color-4 {
color: #a67d4e;
}
.color-5 {
color: #8c5a3b;
}

/* CSS Variables */
:root {
--color-1: #d4a26e;
--color-2: #cdab7e;
--color-3: #b58d5a;
--color-4: #a67d4e;
--color-5: #8c5a3b;
}

๐ŸŒˆ Golden Earthtones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4a26e, #cdab7e, #b58d5a, #a67d4e, #8c5a3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4a26e, #cdab7e, #b58d5a, #a67d4e, #8c5a3b);
}

Golden Earthtones color palette created on .