Shades of Blue Water Color Palette

Discover the beautiful Shades of Blue Water color palette featuring azure radiance (#00aaff), curious blue (#1fb0e0), viking (#5ed4d2), morning glory (#a4e5e4) and polar (#dff7f7).

Brightness

Saturation

Warmth

Refine

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Blue, Bright, Coastal, Spring 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 Shades of Blue Water palette

Share this palette to:

💻 Shades of Blue Water color palette CSS

/* CSS */
.color-1 {
color: #00aaff;
}
.color-2 {
color: #1fb0e0;
}
.color-3 {
color: #5ed4d2;
}
.color-4 {
color: #a4e5e4;
}
.color-5 {
color: #dff7f7;
}

/* CSS Variables */
:root {
--color-1: #00aaff;
--color-2: #1fb0e0;
--color-3: #5ed4d2;
--color-4: #a4e5e4;
--color-5: #dff7f7;
}

🌈 Shades of Blue Water background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00aaff, #1fb0e0, #5ed4d2, #a4e5e4, #dff7f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00aaff, #1fb0e0, #5ed4d2, #a4e5e4, #dff7f7);
}

Shades of Blue Water color palette created on .