Celestial Drift Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Drift palette
Celestial Drift color palette CSS
/* CSS */
.color-1 {
color: #a0c8e4;
}
.color-2 {
color: #6e9bcf;
}
.color-3 {
color: #4a7eba;
}
.color-4 {
color: #3e5c7a;
}
.color-5 {
color: #2b3a4a;
}
/* CSS Variables */
:root {
--color-1: #a0c8e4;
--color-2: #6e9bcf;
--color-3: #4a7eba;
--color-4: #3e5c7a;
--color-5: #2b3a4a;
}
Celestial Drift background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a0c8e4, #6e9bcf, #4a7eba, #3e5c7a, #2b3a4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a0c8e4, #6e9bcf, #4a7eba, #3e5c7a, #2b3a4a);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Celestial Drift color palette created on .