Celestial Drift Color Palette
Discover the beautiful Celestial Drift color palette featuring powder blue (#c2e0eb), iceberg (#c8e9ef), gin (#ebf4f0), coconut cream (#f5fae0) and dairy cream (#fbdac1).
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: #c2e0eb;
}
.color-2 {
color: #c8e9ef;
}
.color-3 {
color: #ebf4f0;
}
.color-4 {
color: #f5fae0;
}
.color-5 {
color: #fbdac1;
}
/* CSS Variables */
:root {
--color-1: #c2e0eb;
--color-2: #c8e9ef;
--color-3: #ebf4f0;
--color-4: #f5fae0;
--color-5: #fbdac1;
} 🌈 Celestial Drift background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2e0eb, #c8e9ef, #ebf4f0, #f5fae0, #fbdac1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2e0eb, #c8e9ef, #ebf4f0, #f5fae0, #fbdac1);
} 🔗 Explore similar color palettes
Celestial Drift color palette created on .