Astro Color Palette
Discover the beautiful Astro color palette featuring rhino (#2b3d5a), kashmir blue (#4a6b8c), hippie blue (#6b9db3), morning glory (#a3d4e0) and athens gray (#f5f7f9).
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: #2b3d5a;
}
.color-2 {
color: #4a6b8c;
}
.color-3 {
color: #6b9db3;
}
.color-4 {
color: #a3d4e0;
}
.color-5 {
color: #f5f7f9;
}
/* CSS Variables */
:root {
--color-1: #2b3d5a;
--color-2: #4a6b8c;
--color-3: #6b9db3;
--color-4: #a3d4e0;
--color-5: #f5f7f9;
} 🌈 Astro background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b3d5a, #4a6b8c, #6b9db3, #a3d4e0, #f5f7f9);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b3d5a, #4a6b8c, #6b9db3, #a3d4e0, #f5f7f9);
} 🔗 Explore similar color palettes
Astro color palette created on .