Golden Brown Color Palette

Discover the beautiful Golden Brown color palette featuring dawn (#a9a79e), old gold (#d3b34a), gimblet (#b4a56a), putty (#ebc68e) and brown rust (#a25534).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Golden Brown color palette CSS

/* CSS */
.color-1 {
color: #a9a79e;
}
.color-2 {
color: #d3b34a;
}
.color-3 {
color: #b4a56a;
}
.color-4 {
color: #ebc68e;
}
.color-5 {
color: #a25534;
}

/* CSS Variables */
:root {
--color-1: #a9a79e;
--color-2: #d3b34a;
--color-3: #b4a56a;
--color-4: #ebc68e;
--color-5: #a25534;
}

🌈 Golden Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9a79e, #d3b34a, #b4a56a, #ebc68e, #a25534);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9a79e, #d3b34a, #b4a56a, #ebc68e, #a25534);
}

Golden Brown color palette created on .