Paleta de colores Galaxy

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Galaxy palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Galaxy

Download galaxy color palette PNG image (landscape)
Download galaxy color palette PNG image (square)

CSS de la paleta de colores Galaxy

/* CSS */
.color-1 {
color: #1f1f4d;
}
.color-2 {
color: #3a3e6e;
}
.color-3 {
color: #6e6f91;
}
.color-4 {
color: #baaada;
}
.color-5 {
color: #f5e5ff;
}

/* CSS Variables */
:root {
--color-1: #1f1f4d;
--color-2: #3a3e6e;
--color-3: #6e6f91;
--color-4: #baaada;
--color-5: #f5e5ff;
}

CSS del degradado de fondo Galaxy

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f4d, #3a3e6e, #6e6f91, #baaada, #f5e5ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f4d, #3a3e6e, #6e6f91, #baaada, #f5e5ff);
}

Galaxy color palette created on .