Celestial Drift Color Palette
Discover the beautiful Celestial Drift color palette featuring gigas (#5b3f9d), amethyst (#895ec9), lavender (#a68cde), light wisteria (#c5a1e3) and blue chalk (#f2e0ff).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Celestial Drift palette
💻 Celestial Drift color palette CSS
/* CSS */
.color-1 {
color: #5b3f9d;
}
.color-2 {
color: #895ec9;
}
.color-3 {
color: #a68cde;
}
.color-4 {
color: #c5a1e3;
}
.color-5 {
color: #f2e0ff;
}
/* CSS Variables */
:root {
--color-1: #5b3f9d;
--color-2: #895ec9;
--color-3: #a68cde;
--color-4: #c5a1e3;
--color-5: #f2e0ff;
}
🌈 Celestial Drift background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3f9d, #895ec9, #a68cde, #c5a1e3, #f2e0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3f9d, #895ec9, #a68cde, #c5a1e3, #f2e0ff);
}
🔗 Explore similar color palettes
Celestial Drift color palette created on .