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: #3c6f9f;
}
.color-2 {
color: #5bb3c2;
}
.color-3 {
color: #9fd8e5;
}
.color-4 {
color: #f0a800;
}
.color-5 {
color: #ff7142;
}

/* CSS Variables */
:root {
--color-1: #3c6f9f;
--color-2: #5bb3c2;
--color-3: #9fd8e5;
--color-4: #f0a800;
--color-5: #ff7142;
}

Celestial Voyage background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c6f9f, #5bb3c2, #9fd8e5, #f0a800, #ff7142);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c6f9f, #5bb3c2, #9fd8e5, #f0a800, #ff7142);
}

Celestial Voyage color palette created on .