Blue Astro Color Palette

Discover the beautiful Blue Astro color palette featuring lucky point (#1f1b79), san marino (#4b5ca0), bermuda gray (#6c8fac), sinbad (#a1c6d4) and black squeeze (#e1f2f4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Modern, Space 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 Blue Astro palette

Share this palette to:

💻 Blue Astro color palette CSS

/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #4b5ca0;
}
.color-3 {
color: #6c8fac;
}
.color-4 {
color: #a1c6d4;
}
.color-5 {
color: #e1f2f4;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #4b5ca0;
--color-3: #6c8fac;
--color-4: #a1c6d4;
--color-5: #e1f2f4;
}

🌈 Blue Astro background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #4b5ca0, #6c8fac, #a1c6d4, #e1f2f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #4b5ca0, #6c8fac, #a1c6d4, #e1f2f4);
}

Blue Astro color palette created on .