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
๐ก 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
๐ป 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);
} ๐ Explore similar color palettes
Golden Elegance color palette created on .