Celestial Drift Color Palette
Discover the beautiful Celestial Drift color palette featuring hippie blue (#699eb5), regent st blue (#b1d6e7), wheat (#f5e1b2), wewak (#f2a09c) and froly (#f27f6e).
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: #699eb5;
}
.color-2 {
color: #b1d6e7;
}
.color-3 {
color: #f5e1b2;
}
.color-4 {
color: #f2a09c;
}
.color-5 {
color: #f27f6e;
}
/* CSS Variables */
:root {
--color-1: #699eb5;
--color-2: #b1d6e7;
--color-3: #f5e1b2;
--color-4: #f2a09c;
--color-5: #f27f6e;
}
🌈 Celestial Drift background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #699eb5, #b1d6e7, #f5e1b2, #f2a09c, #f27f6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #699eb5, #b1d6e7, #f5e1b2, #f2a09c, #f27f6e);
}
🔗 Explore similar color palettes
Celestial Drift color palette created on .