Celestial Descent Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Descent palette
Celestial Descent color palette PNG image
Celestial Descent color palette CSS
/* CSS */
.color-1 {
color: #e5f7ff;
}
.color-2 {
color: #a3d7e6;
}
.color-3 {
color: #6bbfd1;
}
.color-4 {
color: #3999d0;
}
.color-5 {
color: #1e80be;
}
/* CSS Variables */
:root {
--color-1: #e5f7ff;
--color-2: #a3d7e6;
--color-3: #6bbfd1;
--color-4: #3999d0;
--color-5: #1e80be;
}
Celestial Descent background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5f7ff, #a3d7e6, #6bbfd1, #3999d0, #1e80be);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5f7ff, #a3d7e6, #6bbfd1, #3999d0, #1e80be);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Celestial Descent color palette created on .