Astro Color Palette
Discover the beautiful Astro color palette featuring persian indigo (#3a0e77), daisy bush (#6b2c9b), amethyst (#995ac4), light wisteria (#d1a2e2) and blue chalk (#f4d6ff).
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 Astro palette
💻 Astro color palette CSS
/* CSS */
.color-1 {
color: #3a0e77;
}
.color-2 {
color: #6b2c9b;
}
.color-3 {
color: #995ac4;
}
.color-4 {
color: #d1a2e2;
}
.color-5 {
color: #f4d6ff;
}
/* CSS Variables */
:root {
--color-1: #3a0e77;
--color-2: #6b2c9b;
--color-3: #995ac4;
--color-4: #d1a2e2;
--color-5: #f4d6ff;
} 🌈 Astro background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a0e77, #6b2c9b, #995ac4, #d1a2e2, #f4d6ff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a0e77, #6b2c9b, #995ac4, #d1a2e2, #f4d6ff);
} 🔗 Explore similar color palettes
Astro color palette created on .