Shades of Blue Color Palette

Discover the beautiful Shades of Blue color palette featuring matisse (#1f5b93), boston blue (#3b7dbf), danube (#6ca6d5), regent st blue (#a2d9e6) and foam (#e2f5fd).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Shades of Blue color palette CSS

/* CSS */
.color-1 {
color: #1f5b93;
}
.color-2 {
color: #3b7dbf;
}
.color-3 {
color: #6ca6d5;
}
.color-4 {
color: #a2d9e6;
}
.color-5 {
color: #e2f5fd;
}

/* CSS Variables */
:root {
--color-1: #1f5b93;
--color-2: #3b7dbf;
--color-3: #6ca6d5;
--color-4: #a2d9e6;
--color-5: #e2f5fd;
}

🌈 Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f5b93, #3b7dbf, #6ca6d5, #a2d9e6, #e2f5fd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f5b93, #3b7dbf, #6ca6d5, #a2d9e6, #e2f5fd);
}

Shades of Blue color palette created on .