Astro Color Palette
Discover the beautiful Astro color palette featuring navy blue (#00006c), blue (#0201f8), cornflower blue (#7c66ff), heliotrope (#ce74ff) and blush pink (#ff74ff).
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: #00006c;
}
.color-2 {
color: #0201f8;
}
.color-3 {
color: #7c66ff;
}
.color-4 {
color: #ce74ff;
}
.color-5 {
color: #ff74ff;
}
/* CSS Variables */
:root {
--color-1: #00006c;
--color-2: #0201f8;
--color-3: #7c66ff;
--color-4: #ce74ff;
--color-5: #ff74ff;
} 🌈 Astro background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00006c, #0201f8, #7c66ff, #ce74ff, #ff74ff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00006c, #0201f8, #7c66ff, #ce74ff, #ff74ff);
} 🔗 Explore similar color palettes
Astro color palette created on .