Astro Color Palette
Discover the beautiful Astro color palette featuring daisy bush (#3f2a92), fuchsia blue (#8c4fba), havelock blue (#5d8fda), puerto rico (#4dc7b6) and athens gray (#f2f4f7).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withPurple, Blue, Teal, Lavender 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 Astro palette
💻 Astro color palette CSS
/* CSS */
.color-1 {
color: #3f2a92;
}
.color-2 {
color: #8c4fba;
}
.color-3 {
color: #5d8fda;
}
.color-4 {
color: #4dc7b6;
}
.color-5 {
color: #f2f4f7;
}
/* CSS Variables */
:root {
--color-1: #3f2a92;
--color-2: #8c4fba;
--color-3: #5d8fda;
--color-4: #4dc7b6;
--color-5: #f2f4f7;
} 🌈 Astro background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f2a92, #8c4fba, #5d8fda, #4dc7b6, #f2f4f7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f2a92, #8c4fba, #5d8fda, #4dc7b6, #f2f4f7);
} 🔗 Explore similar color palettes
Astro color palette created on .