Galactic Outpost Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Galactic Outpost palette
Color Inspiration
Images that showcase this color palette in real designs
Download Galactic Outpost Color Palette (PNG)
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);
}
Similar color palettes
Galactic Outpost color palette created on .