Celestial Voyage Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Voyage palette
Celestial Voyage color palette CSS
/* CSS */
.color-1 {
color: #592b88;
}
.color-2 {
color: #8d4dac;
}
.color-3 {
color: #b57cc0;
}
.color-4 {
color: #d79fe5;
}
.color-5 {
color: #efd4f2;
}
/* CSS Variables */
:root {
--color-1: #592b88;
--color-2: #8d4dac;
--color-3: #b57cc0;
--color-4: #d79fe5;
--color-5: #efd4f2;
}
Celestial Voyage background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #592b88, #8d4dac, #b57cc0, #d79fe5, #efd4f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #592b88, #8d4dac, #b57cc0, #d79fe5, #efd4f2);
}
Similar color palettes
Scroll down to explore 30+ Space color palettes
Celestial Voyage color palette created on .