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: #4d1e76;
}
.color-2 {
color: #6b409c;
}
.color-3 {
color: #8b5eb5;
}
.color-4 {
color: #b59fdb;
}
.color-5 {
color: #e0c2f5;
}
/* CSS Variables */
:root {
--color-1: #4d1e76;
--color-2: #6b409c;
--color-3: #8b5eb5;
--color-4: #b59fdb;
--color-5: #e0c2f5;
}
Celestial Drift background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d1e76, #6b409c, #8b5eb5, #b59fdb, #e0c2f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d1e76, #6b409c, #8b5eb5, #b59fdb, #e0c2f5);
}
Similar color palettes
Celestial Drift color palette created on .