Shades of Blue Color Palette

Discover the beautiful Shades of Blue color palette featuring snuff (#d3d3e9), cornflower (#a6c6ed), steel blue (#4e87c1), astronaut (#2b4d7d) and blue zodiac (#0f253e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Modern, Night Sky 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: #d3d3e9;
}
.color-2 {
color: #a6c6ed;
}
.color-3 {
color: #4e87c1;
}
.color-4 {
color: #2b4d7d;
}
.color-5 {
color: #0f253e;
}

/* CSS Variables */
:root {
--color-1: #d3d3e9;
--color-2: #a6c6ed;
--color-3: #4e87c1;
--color-4: #2b4d7d;
--color-5: #0f253e;
}

🌈 Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3d3e9, #a6c6ed, #4e87c1, #2b4d7d, #0f253e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3d3e9, #a6c6ed, #4e87c1, #2b4d7d, #0f253e);
}

Shades of Blue color palette created on .