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: #1a5e8e;
}
.color-2 {
color: #3faad5;
}
.color-3 {
color: #a3e1e6;
}
.color-4 {
color: #f9d780;
}
.color-5 {
color: #e9b79f;
}

/* CSS Variables */
:root {
--color-1: #1a5e8e;
--color-2: #3faad5;
--color-3: #a3e1e6;
--color-4: #f9d780;
--color-5: #e9b79f;
}

Celestial Voyage background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a5e8e, #3faad5, #a3e1e6, #f9d780, #e9b79f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a5e8e, #3faad5, #a3e1e6, #f9d780, #e9b79f);
}

Celestial Voyage color palette created on .