Astro Color Palette

Discover the beautiful Astro color palette featuring east bay (#3a3e7e), waikawa gray (#5c6f9d), nepal (#8d9cc3), periwinkle gray (#b3c8e0) and catskill white (#f1f6f9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Cosmic, Light, Modern, Night Sky, Soft, Summer, Teal, Vibrant 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

UI Examples

Explore beautiful UI components with Astro palette

Share this palette to:

💻 Astro color palette CSS

/* CSS */
.color-1 {
color: #3a3e7e;
}
.color-2 {
color: #5c6f9d;
}
.color-3 {
color: #8d9cc3;
}
.color-4 {
color: #b3c8e0;
}
.color-5 {
color: #f1f6f9;
}

/* CSS Variables */
:root {
--color-1: #3a3e7e;
--color-2: #5c6f9d;
--color-3: #8d9cc3;
--color-4: #b3c8e0;
--color-5: #f1f6f9;
}

🌈 Astro background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a3e7e, #5c6f9d, #8d9cc3, #b3c8e0, #f1f6f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a3e7e, #5c6f9d, #8d9cc3, #b3c8e0, #f1f6f9);
}

Astro color palette created on .