Celestial Waters Color Palette

Discover the beautiful Celestial Waters color palette featuring cornflower (#8ecae6), fountain blue (#58b5c6), astral (#3a8f9c), casal (#2c5a6d) and nile blue (#1c3d4f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Ocean, Summer color palettes and combinations.

💡 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

Share this palette to:

💻 Celestial Waters color palette CSS

/* CSS */
.color-1 {
color: #8ecae6;
}
.color-2 {
color: #58b5c6;
}
.color-3 {
color: #3a8f9c;
}
.color-4 {
color: #2c5a6d;
}
.color-5 {
color: #1c3d4f;
}

/* CSS Variables */
:root {
--color-1: #8ecae6;
--color-2: #58b5c6;
--color-3: #3a8f9c;
--color-4: #2c5a6d;
--color-5: #1c3d4f;
}

🌈 Celestial Waters background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8ecae6, #58b5c6, #3a8f9c, #2c5a6d, #1c3d4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8ecae6, #58b5c6, #3a8f9c, #2c5a6d, #1c3d4f);
}

Celestial Waters color palette created on .