Galactic Odyssey Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Galactic Odyssey palette
Color Inspiration
Images that showcase this color palette in real designs
Download Galactic Odyssey Color Palette (PNG)
Galactic Odyssey color palette CSS
/* CSS */
.color-1 {
color: #1d1f3a;
}
.color-2 {
color: #4c4f7b;
}
.color-3 {
color: #7c809c;
}
.color-4 {
color: #d9b43a;
}
.color-5 {
color: #f47b7b;
}
/* CSS Variables */
:root {
--color-1: #1d1f3a;
--color-2: #4c4f7b;
--color-3: #7c809c;
--color-4: #d9b43a;
--color-5: #f47b7b;
}
Galactic Odyssey background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1f3a, #4c4f7b, #7c809c, #d9b43a, #f47b7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1f3a, #4c4f7b, #7c809c, #d9b43a, #f47b7b);
}
Similar color palettes
Scroll down to explore 3 Space color palettes
Galactic Odyssey color palette created on .