Astra Color Palette
Discover the beautiful Astra color palette featuring chambray (#395e89), horizon (#5c8da3), glacier (#8cc3c5), aqua island (#b3e0d8) and catskill white (#f1f7f8).
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 Astra palette
💻 Astra color palette CSS
/* CSS */
.color-1 {
color: #395e89;
}
.color-2 {
color: #5c8da3;
}
.color-3 {
color: #8cc3c5;
}
.color-4 {
color: #b3e0d8;
}
.color-5 {
color: #f1f7f8;
}
/* CSS Variables */
:root {
--color-1: #395e89;
--color-2: #5c8da3;
--color-3: #8cc3c5;
--color-4: #b3e0d8;
--color-5: #f1f7f8;
} 🌈 Astra background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #395e89, #5c8da3, #8cc3c5, #b3e0d8, #f1f7f8);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #395e89, #5c8da3, #8cc3c5, #b3e0d8, #f1f7f8);
} 🔗 Explore similar color palettes
Astra color palette created on .