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: #4a94e3;
}
.color-2 {
color: #69d5e8;
}
.color-3 {
color: #a3e6b9;
}
.color-4 {
color: #f9d36c;
}
.color-5 {
color: #f25a76;
}
/* CSS Variables */
:root {
--color-1: #4a94e3;
--color-2: #69d5e8;
--color-3: #a3e6b9;
--color-4: #f9d36c;
--color-5: #f25a76;
}
Celestial Drift background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a94e3, #69d5e8, #a3e6b9, #f9d36c, #f25a76);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a94e3, #69d5e8, #a3e6b9, #f9d36c, #f25a76);
}
Similar color palettes
Celestial Drift color palette created on .