Celestial Journey Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Journey palette

Share this palette to:

Celestial Journey color palette CSS

/* CSS */
.color-1 {
color: #191d71;
}
.color-2 {
color: #6b7cff;
}
.color-3 {
color: #a6c4f2;
}
.color-4 {
color: #f9e3b4;
}
.color-5 {
color: #ff6a3d;
}

/* CSS Variables */
:root {
--color-1: #191d71;
--color-2: #6b7cff;
--color-3: #a6c4f2;
--color-4: #f9e3b4;
--color-5: #ff6a3d;
}

Celestial Journey background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #191d71, #6b7cff, #a6c4f2, #f9e3b4, #ff6a3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #191d71, #6b7cff, #a6c4f2, #f9e3b4, #ff6a3d);
}

Celestial Journey color palette created on .