Discover the beautiful Blue Astro color palette featuring waikawa gray (#5b6e8f), bali hai (#8a9bb2), casper (#afc3d0), sandy brown (#f2b25f) and tango (#f47b1f).
Blue Astro Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.
💡 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
Explore how the Blue Astro palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Blue Astro palette
💻 Blue Astro color palette CSS
/* CSS */
.color-1 {
color: #5b6e8f;
}
.color-2 {
color: #8a9bb2;
}
.color-3 {
color: #afc3d0;
}
.color-4 {
color: #f2b25f;
}
.color-5 {
color: #f47b1f;
}
/* CSS Variables */
:root {
--color-1: #5b6e8f;
--color-2: #8a9bb2;
--color-3: #afc3d0;
--color-4: #f2b25f;
--color-5: #f47b1f;
}
🌈 Blue Astro background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b6e8f, #8a9bb2, #afc3d0, #f2b25f, #f47b1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b6e8f, #8a9bb2, #afc3d0, #f2b25f, #f47b1f);
}
🔗 Explore similar color palettes
Blue Astro color palette created on .