Celestial Flight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Flight palette
Celestial Flight color palette CSS
/* CSS */
.color-1 {
color: #e6d1eb;
}
.color-2 {
color: #ceb3d6;
}
.color-3 {
color: #7d8caa;
}
.color-4 {
color: #5e5a81;
}
.color-5 {
color: #423d51;
}
/* CSS Variables */
:root {
--color-1: #e6d1eb;
--color-2: #ceb3d6;
--color-3: #7d8caa;
--color-4: #5e5a81;
--color-5: #423d51;
}
Celestial Flight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6d1eb, #ceb3d6, #7d8caa, #5e5a81, #423d51);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6d1eb, #ceb3d6, #7d8caa, #5e5a81, #423d51);
}
Similar color palettes
Celestial Flight color palette created on .