Golden Elegance Color Palette

Discover the beautiful Golden Elegance color palette featuring harvest gold (#e2b473), old gold (#d5a448), tussock (#b48a3c), west coast (#6d501c) and brown tumbleweed (#3b2a0d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Earthy, Elegant, Gold, 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 Elegance palette

Share this palette to:

๐Ÿ’ป Golden Elegance color palette CSS

/* CSS */
.color-1 {
color: #e2b473;
}
.color-2 {
color: #d5a448;
}
.color-3 {
color: #b48a3c;
}
.color-4 {
color: #6d501c;
}
.color-5 {
color: #3b2a0d;
}

/* CSS Variables */
:root {
--color-1: #e2b473;
--color-2: #d5a448;
--color-3: #b48a3c;
--color-4: #6d501c;
--color-5: #3b2a0d;
}

๐ŸŒˆ Golden Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2b473, #d5a448, #b48a3c, #6d501c, #3b2a0d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2b473, #d5a448, #b48a3c, #6d501c, #3b2a0d);
}

Golden Elegance color palette created on .