Shades of Blue Color Palette

Discover the beautiful Shades of Blue color palette featuring morning glory (#a3d0e0), glacier (#75b8c2), hippie blue (#499aa7), teal (#007b80) and blue stone (#00615c).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Shades of Blue color palette CSS

/* CSS */
.color-1 {
color: #a3d0e0;
}
.color-2 {
color: #75b8c2;
}
.color-3 {
color: #499aa7;
}
.color-4 {
color: #007b80;
}
.color-5 {
color: #00615c;
}

/* CSS Variables */
:root {
--color-1: #a3d0e0;
--color-2: #75b8c2;
--color-3: #499aa7;
--color-4: #007b80;
--color-5: #00615c;
}

🌈 Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d0e0, #75b8c2, #499aa7, #007b80, #00615c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d0e0, #75b8c2, #499aa7, #007b80, #00615c);
}

Shades of Blue color palette created on .