Astro Color Palette
Discover the beautiful Astro color palette featuring dark blue (#0000e0), electric violet (#6d4dff), mauve (#c09eff), mauve (#d6adff) and lavender rose (#ffb3ff).
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: #0000e0;
}
.color-2 {
color: #6d4dff;
}
.color-3 {
color: #c09eff;
}
.color-4 {
color: #d6adff;
}
.color-5 {
color: #ffb3ff;
}
/* CSS Variables */
:root {
--color-1: #0000e0;
--color-2: #6d4dff;
--color-3: #c09eff;
--color-4: #d6adff;
--color-5: #ffb3ff;
}
🌈 Astro background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0000e0, #6d4dff, #c09eff, #d6adff, #ffb3ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0000e0, #6d4dff, #c09eff, #d6adff, #ffb3ff);
}
🔗 Explore similar color palettes
Astro color palette created on .