Paleta de colores Galactic Commander's Array
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Galactic Commander's Array palette
CSS de la paleta de colores Galactic Commander's Array
/* CSS */
.color-1 {
color: #1f2029;
}
.color-2 {
color: #3c3d49;
}
.color-3 {
color: #5a5a6d;
}
.color-4 {
color: #8c8ca1;
}
.color-5 {
color: #f5f5f9;
}
/* CSS Variables */
:root {
--color-1: #1f2029;
--color-2: #3c3d49;
--color-3: #5a5a6d;
--color-4: #8c8ca1;
--color-5: #f5f5f9;
}
CSS del degradado de fondo Galactic Commander's Array
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f2029, #3c3d49, #5a5a6d, #8c8ca1, #f5f5f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f2029, #3c3d49, #5a5a6d, #8c8ca1, #f5f5f9);
}
Paletas de colores similares
Galactic Commander's Array color palette created on .