Golden Sagittarius Color Palette
Discover the beautiful Golden Sagittarius color palette featuring supernova (#ffcc00), burning orange (#ff7142), wild watermelon (#ff4d76), royal heath (#982a84) and east bay (#403d6c).
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 Sagittarius palette
๐ป Golden Sagittarius color palette CSS
/* CSS */
.color-1 {
color: #ffcc00;
}
.color-2 {
color: #ff7142;
}
.color-3 {
color: #ff4d76;
}
.color-4 {
color: #982a84;
}
.color-5 {
color: #403d6c;
}
/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ff7142;
--color-3: #ff4d76;
--color-4: #982a84;
--color-5: #403d6c;
} ๐ Golden Sagittarius background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ff7142, #ff4d76, #982a84, #403d6c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ff7142, #ff4d76, #982a84, #403d6c);
} ๐ Explore similar color palettes
Golden Sagittarius color palette created on .