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: #3b5e8c;
}
.color-2 {
color: #4f8cba;
}
.color-3 {
color: #8bd6e5;
}
.color-4 {
color: #fab700;
}
.color-5 {
color: #d75e33;
}
/* CSS Variables */
:root {
--color-1: #3b5e8c;
--color-2: #4f8cba;
--color-3: #8bd6e5;
--color-4: #fab700;
--color-5: #d75e33;
}
Celestial Voyage background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b5e8c, #4f8cba, #8bd6e5, #fab700, #d75e33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b5e8c, #4f8cba, #8bd6e5, #fab700, #d75e33);
}
Similar color palettes
Celestial Voyage color palette created on .