Discover the beautiful Blue Astro color palette featuring havelock blue (#4e9dda), viking (#6fb6e2), cornflower (#8bd5e4), marzipan (#f8e5a0) and bittersweet (#ff6b6b).
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: #4e9dda;
}
.color-2 {
color: #6fb6e2;
}
.color-3 {
color: #8bd5e4;
}
.color-4 {
color: #f8e5a0;
}
.color-5 {
color: #ff6b6b;
}
/* CSS Variables */
:root {
--color-1: #4e9dda;
--color-2: #6fb6e2;
--color-3: #8bd5e4;
--color-4: #f8e5a0;
--color-5: #ff6b6b;
}
🌈 Blue Astro background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e9dda, #6fb6e2, #8bd5e4, #f8e5a0, #ff6b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e9dda, #6fb6e2, #8bd5e4, #f8e5a0, #ff6b6b);
}
🔗 Explore similar color palettes
Blue Astro color palette created on .