Astro Color Palette
Discover the beautiful Astro color palette featuring black rock (#030222), black rock (#0e0425), violet (#190628), violet (#210a33) and valentino (#2e0e3f).
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: #030222;
}
.color-2 {
color: #0e0425;
}
.color-3 {
color: #190628;
}
.color-4 {
color: #210a33;
}
.color-5 {
color: #2e0e3f;
}
/* CSS Variables */
:root {
--color-1: #030222;
--color-2: #0e0425;
--color-3: #190628;
--color-4: #210a33;
--color-5: #2e0e3f;
} 🌈 Astro background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #030222, #0e0425, #190628, #210a33, #2e0e3f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #030222, #0e0425, #190628, #210a33, #2e0e3f);
} 🔗 Explore similar color palettes
Astro color palette created on .