Galactic Outpost Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Galactic Outpost palette

Share this palette to:

Galactic Outpost color palette PNG image

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

Galactic Outpost color palette CSS

/* 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;
}

Galactic Outpost background gradient CSS

/* 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 .