Paleta de colores Galactic Femme Command
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Galactic Femme Command palette
CSS de la paleta de colores Galactic Femme Command
/* CSS */
.color-1 {
color: #681b98;
}
.color-2 {
color: #ab47bd;
}
.color-3 {
color: #65b5f6;
}
.color-4 {
color: #4eb7ac;
}
.color-5 {
color: #ff6e42;
}
/* CSS Variables */
:root {
--color-1: #681b98;
--color-2: #ab47bd;
--color-3: #65b5f6;
--color-4: #4eb7ac;
--color-5: #ff6e42;
}
CSS del degradado de fondo Galactic Femme Command
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #681b98, #ab47bd, #65b5f6, #4eb7ac, #ff6e42);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #681b98, #ab47bd, #65b5f6, #4eb7ac, #ff6e42);
}
Paletas de colores similares
Galactic Femme Command color palette created on .