Golden Astrology Color Palette
Discover the beautiful Golden Astrology color palette featuring husk (#ba9f58), marigold (#bf8d2e), fuzzy wuzzy brown (#c26849), matrix (#a55155) and voodoo (#673c6f).
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 Astrology palette
๐ป Golden Astrology color palette CSS
/* CSS */
.color-1 {
color: #ba9f58;
}
.color-2 {
color: #bf8d2e;
}
.color-3 {
color: #c26849;
}
.color-4 {
color: #a55155;
}
.color-5 {
color: #673c6f;
}
/* CSS Variables */
:root {
--color-1: #ba9f58;
--color-2: #bf8d2e;
--color-3: #c26849;
--color-4: #a55155;
--color-5: #673c6f;
} ๐ Golden Astrology background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ba9f58, #bf8d2e, #c26849, #a55155, #673c6f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ba9f58, #bf8d2e, #c26849, #a55155, #673c6f);
} ๐ Explore similar color palettes
Golden Astrology color palette created on .