Discover the beautiful Shades of Blue color palette featuring morning glory (#a3d5e0), downy (#79c3d2), pelorous (#41b1c8), curious blue (#2e9ebd) and eastern blue (#1b8ebb).

Shades of Blue Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Shades of Blue palette works in real UI components and design elements.

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: #a3d5e0;
}
.color-2 {
color: #79c3d2;
}
.color-3 {
color: #41b1c8;
}
.color-4 {
color: #2e9ebd;
}
.color-5 {
color: #1b8ebb;
}

/* CSS Variables */
:root {
--color-1: #a3d5e0;
--color-2: #79c3d2;
--color-3: #41b1c8;
--color-4: #2e9ebd;
--color-5: #1b8ebb;
}

🌈 Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d5e0, #79c3d2, #41b1c8, #2e9ebd, #1b8ebb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d5e0, #79c3d2, #41b1c8, #2e9ebd, #1b8ebb);
}

Shades of Blue color palette created on .