Galactic Glaze Color Palette
Discover the beautiful Galactic Glaze color palette featuring selective yellow (#fab700), orange (#ff6d1f), radical red (#ff2e62), violet (#380a43) and eminence (#7a2b91).
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 Galactic Glaze palette
💻 Galactic Glaze color palette CSS
/* CSS */
.color-1 {
color: #fab700;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ff2e62;
}
.color-4 {
color: #380a43;
}
.color-5 {
color: #7a2b91;
}
/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #ff6d1f;
--color-3: #ff2e62;
--color-4: #380a43;
--color-5: #7a2b91;
} 🌈 Galactic Glaze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #ff6d1f, #ff2e62, #380a43, #7a2b91);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #ff6d1f, #ff2e62, #380a43, #7a2b91);
} 🔗 Explore similar color palettes
Galactic Glaze color palette created on .