Celestial Waters Color Palette
Discover the beautiful Celestial Waters color palette featuring polar (#e2f6f9), morning glory (#9fd2df), viking (#6cb8d5), boston blue (#3b96b5) and allports (#007e9e).
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 Waters palette
💻 Celestial Waters color palette CSS
/* CSS */
.color-1 {
color: #e2f6f9;
}
.color-2 {
color: #9fd2df;
}
.color-3 {
color: #6cb8d5;
}
.color-4 {
color: #3b96b5;
}
.color-5 {
color: #007e9e;
}
/* CSS Variables */
:root {
--color-1: #e2f6f9;
--color-2: #9fd2df;
--color-3: #6cb8d5;
--color-4: #3b96b5;
--color-5: #007e9e;
} 🌈 Celestial Waters background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2f6f9, #9fd2df, #6cb8d5, #3b96b5, #007e9e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2f6f9, #9fd2df, #6cb8d5, #3b96b5, #007e9e);
} 🔗 Explore similar color palettes
Celestial Waters color palette created on .