Blue Galaxy Color Palette

Discover the beautiful Blue Galaxy color palette featuring port gore (#1a1f4c), chambray (#3a498d), wedgewood (#4c7f94), spindle (#b6cae7) and zircon (#f5f8ff).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Blue Galaxy color palette CSS

/* CSS */
.color-1 {
color: #1a1f4c;
}
.color-2 {
color: #3a498d;
}
.color-3 {
color: #4c7f94;
}
.color-4 {
color: #b6cae7;
}
.color-5 {
color: #f5f8ff;
}

/* CSS Variables */
:root {
--color-1: #1a1f4c;
--color-2: #3a498d;
--color-3: #4c7f94;
--color-4: #b6cae7;
--color-5: #f5f8ff;
}

🌈 Blue Galaxy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1f4c, #3a498d, #4c7f94, #b6cae7, #f5f8ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1f4c, #3a498d, #4c7f94, #b6cae7, #f5f8ff);
}

Blue Galaxy color palette created on .