Blue Astro Color Palette

Discover the beautiful Blue Astro color palette featuring bunting (#161b46), astronaut (#232d6f), san marino (#4663af), danube (#7198ce) and tropical blue (#c4e0f5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Coastal, Dark, Minimalist, 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 Blue Astro palette

Share this palette to:

💻 Blue Astro color palette CSS

/* CSS */
.color-1 {
color: #161b46;
}
.color-2 {
color: #232d6f;
}
.color-3 {
color: #4663af;
}
.color-4 {
color: #7198ce;
}
.color-5 {
color: #c4e0f5;
}

/* CSS Variables */
:root {
--color-1: #161b46;
--color-2: #232d6f;
--color-3: #4663af;
--color-4: #7198ce;
--color-5: #c4e0f5;
}

🌈 Blue Astro background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #161b46, #232d6f, #4663af, #7198ce, #c4e0f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #161b46, #232d6f, #4663af, #7198ce, #c4e0f5);
}

Blue Astro color palette created on .