Paleta de colores Andromeda Lux
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Andromeda Lux palette
CSS de la paleta de colores Andromeda Lux
/* 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;
}
CSS del degradado de fondo Andromeda Lux
/* 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);
}
Paletas de colores similares
Andromeda Lux color palette created on .