Astro Color Palette
Discover the beautiful Astro color palette featuring black pearl (#04041b), kashmir blue (#4c5b9a), ship cove (#7c8fbb), magic mint (#9beee0) and charade (#2b2b3b).
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: #04041b;
}
.color-2 {
color: #4c5b9a;
}
.color-3 {
color: #7c8fbb;
}
.color-4 {
color: #9beee0;
}
.color-5 {
color: #2b2b3b;
}
/* CSS Variables */
:root {
--color-1: #04041b;
--color-2: #4c5b9a;
--color-3: #7c8fbb;
--color-4: #9beee0;
--color-5: #2b2b3b;
}
🌈 Astro background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #04041b, #4c5b9a, #7c8fbb, #9beee0, #2b2b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #04041b, #4c5b9a, #7c8fbb, #9beee0, #2b2b3b);
}
🔗 Explore similar color palettes
Astro color palette created on .