Paleta de colores Galactic Indulgence
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Galactic Indulgence palette
CSS de la paleta de colores Galactic Indulgence
/* CSS */
.color-1 {
color: #b0546c;
}
.color-2 {
color: #d77c5b;
}
.color-3 {
color: #f6c479;
}
.color-4 {
color: #6e3f4d;
}
.color-5 {
color: #4b6f8b;
}
/* CSS Variables */
:root {
--color-1: #b0546c;
--color-2: #d77c5b;
--color-3: #f6c479;
--color-4: #6e3f4d;
--color-5: #4b6f8b;
}
CSS del degradado de fondo Galactic Indulgence
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0546c, #d77c5b, #f6c479, #6e3f4d, #4b6f8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0546c, #d77c5b, #f6c479, #6e3f4d, #4b6f8b);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Brillante
Galactic Indulgence color palette created on .