Astro Color Palette

Discover the beautiful Astro color palette featuring navy blue (#00006b), blue (#0101f9), cornflower blue (#7d66ff), heliotrope (#cf75ff) and blush pink (#ff75ff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Blue, Indigo, Purple, Pink, Bright, Vibrant, Modern 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: #00006b;
}
.color-2 {
color: #0101f9;
}
.color-3 {
color: #7d66ff;
}
.color-4 {
color: #cf75ff;
}
.color-5 {
color: #ff75ff;
}

/* CSS Variables */
:root {
--color-1: #00006b;
--color-2: #0101f9;
--color-3: #7d66ff;
--color-4: #cf75ff;
--color-5: #ff75ff;
}

🌈 Astro background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00006b, #0101f9, #7d66ff, #cf75ff, #ff75ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00006b, #0101f9, #7d66ff, #cf75ff, #ff75ff);
}

Astro color palette created on .