Andromeda Lux Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Andromeda Lux palette
Andromeda Lux color palette PNG image
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: #f4e2c3;
}
/* CSS Variables */
:root {
--color-1: #1a1f3d;
--color-2: #4c3f69;
--color-3: #885b8b;
--color-4: #d3a96f;
--color-5: #f4e2c3;
}
Andromeda Lux background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1f3d, #4c3f69, #885b8b, #d3a96f, #f4e2c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1f3d, #4c3f69, #885b8b, #d3a96f, #f4e2c3);
}
Similar color palettes
Scroll down to explore 1000+ colors.galaxy color palettes
Andromeda Lux color palette created on .