Astro Color Palette
Discover the beautiful Astro color palette featuring arapawa (#0f0b6c), persian blue (#261dd4), cornflower blue (#7068f2), heliotrope (#b078f4) and blush pink (#f77bf0).
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: #0f0b6c;
}
.color-2 {
color: #261dd4;
}
.color-3 {
color: #7068f2;
}
.color-4 {
color: #b078f4;
}
.color-5 {
color: #f77bf0;
}
/* CSS Variables */
:root {
--color-1: #0f0b6c;
--color-2: #261dd4;
--color-3: #7068f2;
--color-4: #b078f4;
--color-5: #f77bf0;
} 🌈 Astro background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0f0b6c, #261dd4, #7068f2, #b078f4, #f77bf0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0f0b6c, #261dd4, #7068f2, #b078f4, #f77bf0);
} 🔗 Explore similar color palettes
Astro color palette created on .