Paleta de colores Galactic Dream

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Galactic Dream palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Galactic Dream

Download galactic dream color palette PNG image (landscape)
Download galactic dream color palette PNG image (square)

CSS de la paleta de colores Galactic Dream

/* CSS */
.color-1 {
color: #5d3b8c;
}
.color-2 {
color: #8f4ba0;
}
.color-3 {
color: #b86bb5;
}
.color-4 {
color: #e2a7e0;
}
.color-5 {
color: #f5d3f8;
}

/* CSS Variables */
:root {
--color-1: #5d3b8c;
--color-2: #8f4ba0;
--color-3: #b86bb5;
--color-4: #e2a7e0;
--color-5: #f5d3f8;
}

CSS del degradado de fondo Galactic Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d3b8c, #8f4ba0, #b86bb5, #e2a7e0, #f5d3f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d3b8c, #8f4ba0, #b86bb5, #e2a7e0, #f5d3f8);
}

Galactic Dream color palette created on .