Andromeda Lux Color Palette

Discover the beautiful Andromeda Lux color palette featuring port gore (#1a1f3d), mulled wine (#4c3f69), trendy pink (#885b8b), whiskey (#d3a96f) and sidecar (#f4e2c2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Bright, Earthy, Light, Modern, Purple, Soft, Space, 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 Andromeda Lux palette

Share this palette to:

💻 Andromeda Lux color palette CSS

/* CSS */
.color-1 {
color: #1a1f3d;
}
.color-2 {
color: #4c3f69;
}
.color-3 {
color: #885b8b;
}
.color-4 {
color: #d3a96f;
}
.color-5 {
color: #f4e2c2;
}

/* CSS Variables */
:root {
--color-1: #1a1f3d;
--color-2: #4c3f69;
--color-3: #885b8b;
--color-4: #d3a96f;
--color-5: #f4e2c2;
}

🌈 Andromeda Lux background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1f3d, #4c3f69, #885b8b, #d3a96f, #f4e2c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1f3d, #4c3f69, #885b8b, #d3a96f, #f4e2c2);
}

Andromeda Lux color palette created on .