Astro Color Palette

Discover the beautiful Astro color palette featuring port gore (#1a1f3d), chambray (#3b4a8c), steel blue (#587ebb), cornflower (#87b8e8) and link water (#c6e9f1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withSpace, Blue, Aesthetic, Bright, Modern, Teal, Light, Vibrant, Summer 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: #1a1f3d;
}
.color-2 {
color: #3b4a8c;
}
.color-3 {
color: #587ebb;
}
.color-4 {
color: #87b8e8;
}
.color-5 {
color: #c6e9f1;
}

/* CSS Variables */
:root {
--color-1: #1a1f3d;
--color-2: #3b4a8c;
--color-3: #587ebb;
--color-4: #87b8e8;
--color-5: #c6e9f1;
}

🌈 Astro background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1f3d, #3b4a8c, #587ebb, #87b8e8, #c6e9f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1f3d, #3b4a8c, #587ebb, #87b8e8, #c6e9f1);
}

Astro color palette created on .