Sagittarius Color Palette

Discover the beautiful Sagittarius color palette featuring santa fe (#b76f4e), gold sand (#e8b78c), maize (#f4d39f), sandwisp (#f5e29e) and gum leaf (#b2d7c7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Cosmic, Earthy, Horoscope, Orange, Spring, Teal, Vibrant, Yellow 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 Sagittarius palette

Share this palette to:

💻 Sagittarius color palette CSS

/* CSS */
.color-1 {
color: #b76f4e;
}
.color-2 {
color: #e8b78c;
}
.color-3 {
color: #f4d39f;
}
.color-4 {
color: #f5e29e;
}
.color-5 {
color: #b2d7c7;
}

/* CSS Variables */
:root {
--color-1: #b76f4e;
--color-2: #e8b78c;
--color-3: #f4d39f;
--color-4: #f5e29e;
--color-5: #b2d7c7;
}

🌈 Sagittarius background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b76f4e, #e8b78c, #f4d39f, #f5e29e, #b2d7c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b76f4e, #e8b78c, #f4d39f, #f5e29e, #b2d7c7);
}

Sagittarius color palette created on .