Paleta de colores Galactic Indulgence

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Galactic Indulgence palette

Compartir esta paleta en:

CSS de la paleta de colores Galactic Indulgence

/* CSS */
.color-1 {
color: #5b4b8b;
}
.color-2 {
color: #b48db9;
}
.color-3 {
color: #c7d3e0;
}
.color-4 {
color: #f2a391;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #5b4b8b;
--color-2: #b48db9;
--color-3: #c7d3e0;
--color-4: #f2a391;
--color-5: #ff6e61;
}

CSS del degradado de fondo Galactic Indulgence

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b4b8b, #b48db9, #c7d3e0, #f2a391, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b4b8b, #b48db9, #c7d3e0, #f2a391, #ff6e61);
}

Galactic Indulgence color palette created on .