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: #3b5b8c;
}
.color-2 {
color: #5f7e9b;
}
.color-3 {
color: #a1c3d3;
}
.color-4 {
color: #efe7a4;
}
.color-5 {
color: #f3a94f;
}
/* CSS Variables */
:root {
--color-1: #3b5b8c;
--color-2: #5f7e9b;
--color-3: #a1c3d3;
--color-4: #efe7a4;
--color-5: #f3a94f;
}
Celestial Drift background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b5b8c, #5f7e9b, #a1c3d3, #efe7a4, #f3a94f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b5b8c, #5f7e9b, #a1c3d3, #efe7a4, #f3a94f);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Celestial Drift color palette created on .