Discover the beautiful Galactic Valor color palette featuring violent violet (#2d0d5e), honey flower (#501f7a), royal purple (#7b3d9e), amethyst (#a96ac8) and illusion (#f3a0e3).

Galactic Valor Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Galactic Valor palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Galactic Valor palette

Share this palette to:

💻 Galactic Valor color palette CSS

/* CSS */
.color-1 {
color: #2d0d5e;
}
.color-2 {
color: #501f7a;
}
.color-3 {
color: #7b3d9e;
}
.color-4 {
color: #a96ac8;
}
.color-5 {
color: #f3a0e3;
}

/* CSS Variables */
:root {
--color-1: #2d0d5e;
--color-2: #501f7a;
--color-3: #7b3d9e;
--color-4: #a96ac8;
--color-5: #f3a0e3;
}

🌈 Galactic Valor background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d0d5e, #501f7a, #7b3d9e, #a96ac8, #f3a0e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d0d5e, #501f7a, #7b3d9e, #a96ac8, #f3a0e3);
}

Galactic Valor color palette created on .