Celestial Voyage Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Voyage palette
Celestial Voyage color palette PNG image
Celestial Voyage color palette CSS
/* CSS */
.color-1 {
color: #013d60;
}
.color-2 {
color: #0a598a;
}
.color-3 {
color: #1e90b3;
}
.color-4 {
color: #a4d9e5;
}
.color-5 {
color: #f1f5f8;
}
/* CSS Variables */
:root {
--color-1: #013d60;
--color-2: #0a598a;
--color-3: #1e90b3;
--color-4: #a4d9e5;
--color-5: #f1f5f8;
}
Celestial Voyage background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #013d60, #0a598a, #1e90b3, #a4d9e5, #f1f5f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #013d60, #0a598a, #1e90b3, #a4d9e5, #f1f5f8);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Celestial Voyage color palette created on .