Star Galaxy Color Palette

Discover the beautiful Star Galaxy color palette featuring violet (#1b0e4e), daisy bush (#5d2a92), studio (#8b4db3), lavender (#b46fec) and buttercup (#f5a524).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Cosmic, Deep, Purple, Space, Starry, Vibrant, Yellow 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 Star Galaxy palette

Share this palette to:

💻 Star Galaxy color palette CSS

/* CSS */
.color-1 {
color: #1b0e4e;
}
.color-2 {
color: #5d2a92;
}
.color-3 {
color: #8b4db3;
}
.color-4 {
color: #b46fec;
}
.color-5 {
color: #f5a524;
}

/* CSS Variables */
:root {
--color-1: #1b0e4e;
--color-2: #5d2a92;
--color-3: #8b4db3;
--color-4: #b46fec;
--color-5: #f5a524;
}

🌈 Star Galaxy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b0e4e, #5d2a92, #8b4db3, #b46fec, #f5a524);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b0e4e, #5d2a92, #8b4db3, #b46fec, #f5a524);
}

Star Galaxy color palette created on .