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

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Bright, Peach, Pink, Vibrant color palettes and combinations.

๐Ÿ’ก 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

Share this palette to:

๐Ÿ’ป 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);
}

Golden Sagittarius color palette created on .