Paleta de colores Galactic Outpost

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Galactic Outpost palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Galactic Outpost

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

CSS de la paleta de colores Galactic Outpost

/* CSS */
.color-1 {
color: #7b4c90;
}
.color-2 {
color: #9f5b8d;
}
.color-3 {
color: #d67a8b;
}
.color-4 {
color: #f2a354;
}
.color-5 {
color: #f9c54e;
}

/* CSS Variables */
:root {
--color-1: #7b4c90;
--color-2: #9f5b8d;
--color-3: #d67a8b;
--color-4: #f2a354;
--color-5: #f9c54e;
}

CSS del degradado de fondo Galactic Outpost

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b4c90, #9f5b8d, #d67a8b, #f2a354, #f9c54e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b4c90, #9f5b8d, #d67a8b, #f2a354, #f9c54e);
}

Galactic Outpost color palette created on .