Astro Color Palette
Discover the beautiful Astro color palette featuring kashmir blue (#4c5c94), ship cove (#6e7bb9), dull lavender (#9ab3e4), azalea (#f1b7df) and cabaret (#d24b69).
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: #4c5c94;
}
.color-2 {
color: #6e7bb9;
}
.color-3 {
color: #9ab3e4;
}
.color-4 {
color: #f1b7df;
}
.color-5 {
color: #d24b69;
}
/* CSS Variables */
:root {
--color-1: #4c5c94;
--color-2: #6e7bb9;
--color-3: #9ab3e4;
--color-4: #f1b7df;
--color-5: #d24b69;
}
🌈 Astro background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c5c94, #6e7bb9, #9ab3e4, #f1b7df, #d24b69);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c5c94, #6e7bb9, #9ab3e4, #f1b7df, #d24b69);
}
🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Astro color palette created on .