Galaxy Color Palette

Discover the beautiful Galaxy color palette featuring butterfly bush (#5d4f8c), ship cove (#6b80bd), polo blue (#84a8cd), aqua island (#aecfe0) and catskill white (#f5f7fa).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Cosmic, Deep, Light, Modern, Night Sky, Pastel, Soft, Starry, Vibrant 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 Galaxy palette

Share this palette to:

💻 Galaxy color palette CSS

/* CSS */
.color-1 {
color: #5d4f8c;
}
.color-2 {
color: #6b80bd;
}
.color-3 {
color: #84a8cd;
}
.color-4 {
color: #aecfe0;
}
.color-5 {
color: #f5f7fa;
}

/* CSS Variables */
:root {
--color-1: #5d4f8c;
--color-2: #6b80bd;
--color-3: #84a8cd;
--color-4: #aecfe0;
--color-5: #f5f7fa;
}

🌈 Galaxy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d4f8c, #6b80bd, #84a8cd, #aecfe0, #f5f7fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d4f8c, #6b80bd, #84a8cd, #aecfe0, #f5f7fa);
}

Galaxy color palette created on .