The Golden Sovereign Color Palette
Discover the beautiful The Golden Sovereign color palette featuring old gold (#d4af35), luxor gold (#a87c29), dallas (#6b4d24), laser (#c8b56a) and equator (#e5c75d).
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 The Golden Sovereign palette
๐ป The Golden Sovereign color palette CSS
/* CSS */
.color-1 {
color: #d4af35;
}
.color-2 {
color: #a87c29;
}
.color-3 {
color: #6b4d24;
}
.color-4 {
color: #c8b56a;
}
.color-5 {
color: #e5c75d;
}
/* CSS Variables */
:root {
--color-1: #d4af35;
--color-2: #a87c29;
--color-3: #6b4d24;
--color-4: #c8b56a;
--color-5: #e5c75d;
} ๐ The Golden Sovereign background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4af35, #a87c29, #6b4d24, #c8b56a, #e5c75d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4af35, #a87c29, #6b4d24, #c8b56a, #e5c75d);
} ๐ Explore similar color palettes
The Golden Sovereign color palette created on .