Celestial Blues Color Palette

Discover the beautiful Celestial Blues color palette featuring link water (#d4e1f2), regent st blue (#a2c7e7), danube (#70b1d2), boston blue (#3b8cb5) and blumine (#1d5f7c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Light, 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 Blues palette

Share this palette to:

💻 Celestial Blues color palette CSS

/* CSS */
.color-1 {
color: #d4e1f2;
}
.color-2 {
color: #a2c7e7;
}
.color-3 {
color: #70b1d2;
}
.color-4 {
color: #3b8cb5;
}
.color-5 {
color: #1d5f7c;
}

/* CSS Variables */
:root {
--color-1: #d4e1f2;
--color-2: #a2c7e7;
--color-3: #70b1d2;
--color-4: #3b8cb5;
--color-5: #1d5f7c;
}

🌈 Celestial Blues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4e1f2, #a2c7e7, #70b1d2, #3b8cb5, #1d5f7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4e1f2, #a2c7e7, #70b1d2, #3b8cb5, #1d5f7c);
}

Celestial Blues color palette created on .