Galactic Blue Color Palette

Discover the beautiful Galactic Blue color palette featuring lucky point (#1a2070), waikawa gray (#5b5c9a), purple mountain's majesty (#8b79be), prelude (#c3b1e2) and moon raker (#dfb2f0).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Galactic Blue color palette CSS

/* CSS */
.color-1 {
color: #1a2070;
}
.color-2 {
color: #5b5c9a;
}
.color-3 {
color: #8b79be;
}
.color-4 {
color: #c3b1e2;
}
.color-5 {
color: #dfb2f0;
}

/* CSS Variables */
:root {
--color-1: #1a2070;
--color-2: #5b5c9a;
--color-3: #8b79be;
--color-4: #c3b1e2;
--color-5: #dfb2f0;
}

🌈 Galactic Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a2070, #5b5c9a, #8b79be, #c3b1e2, #dfb2f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a2070, #5b5c9a, #8b79be, #c3b1e2, #dfb2f0);
}

Galactic Blue color palette created on .