Golden Grove Color Palette

Discover the beautiful Golden Grove color palette featuring paarl (#a05c2c), copper (#b67a3e), old gold (#d5a84d), equator (#e4c358) and double colonial white (#f0e5b7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Garden, Earthy, Gold, Forest 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 Grove palette

Share this palette to:

💻 Golden Grove color palette CSS

/* CSS */
.color-1 {
color: #a05c2c;
}
.color-2 {
color: #b67a3e;
}
.color-3 {
color: #d5a84d;
}
.color-4 {
color: #e4c358;
}
.color-5 {
color: #f0e5b7;
}

/* CSS Variables */
:root {
--color-1: #a05c2c;
--color-2: #b67a3e;
--color-3: #d5a84d;
--color-4: #e4c358;
--color-5: #f0e5b7;
}

🌈 Golden Grove background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a05c2c, #b67a3e, #d5a84d, #e4c358, #f0e5b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a05c2c, #b67a3e, #d5a84d, #e4c358, #f0e5b7);
}

Golden Grove color palette created on .