Celestial Voyage Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Voyage palette

Share this palette to:

Celestial Voyage color palette CSS

/* CSS */
.color-1 {
color: #283a77;
}
.color-2 {
color: #496d9c;
}
.color-3 {
color: #7da4c5;
}
.color-4 {
color: #a3d7e0;
}
.color-5 {
color: #e7f8f9;
}

/* CSS Variables */
:root {
--color-1: #283a77;
--color-2: #496d9c;
--color-3: #7da4c5;
--color-4: #a3d7e0;
--color-5: #e7f8f9;
}

Celestial Voyage background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #283a77, #496d9c, #7da4c5, #a3d7e0, #e7f8f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #283a77, #496d9c, #7da4c5, #a3d7e0, #e7f8f9);
}

Celestial Voyage color palette created on .