Golden Elegance Color Palette
Discover the beautiful Golden Elegance color palette featuring quincy (#5b3f29), cape palliser (#9d6c48), old gold (#d2a34b), cream can (#f5c76b) and astra (#faeab7).
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: #5b3f29;
}
.color-2 {
color: #9d6c48;
}
.color-3 {
color: #d2a34b;
}
.color-4 {
color: #f5c76b;
}
.color-5 {
color: #faeab7;
}
/* CSS Variables */
:root {
--color-1: #5b3f29;
--color-2: #9d6c48;
--color-3: #d2a34b;
--color-4: #f5c76b;
--color-5: #faeab7;
} ๐ Golden Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3f29, #9d6c48, #d2a34b, #f5c76b, #faeab7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3f29, #9d6c48, #d2a34b, #f5c76b, #faeab7);
} ๐ Explore similar color palettes
Golden Elegance color palette created on .