Celestial Flight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Flight palette

Share this palette to:

Celestial Flight color palette CSS

/* CSS */
.color-1 {
color: #c1d1f0;
}
.color-2 {
color: #89b5e1;
}
.color-3 {
color: #4f8dbf;
}
.color-4 {
color: #3b5ba0;
}
.color-5 {
color: #2a3f7a;
}

/* CSS Variables */
:root {
--color-1: #c1d1f0;
--color-2: #89b5e1;
--color-3: #4f8dbf;
--color-4: #3b5ba0;
--color-5: #2a3f7a;
}

Celestial Flight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c1d1f0, #89b5e1, #4f8dbf, #3b5ba0, #2a3f7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c1d1f0, #89b5e1, #4f8dbf, #3b5ba0, #2a3f7a);
}

Celestial Flight color palette created on .