Cold Blue Color Palette

Discover the beautiful Cold Blue color palette featuring mercury (#e6e6e6), casper (#b1c3d3), morning glory (#a3d3e0), danube (#6f9cc8) and steel blue (#4a7cba).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Cold Blue color palette CSS

/* CSS */
.color-1 {
color: #e6e6e6;
}
.color-2 {
color: #b1c3d3;
}
.color-3 {
color: #a3d3e0;
}
.color-4 {
color: #6f9cc8;
}
.color-5 {
color: #4a7cba;
}

/* CSS Variables */
:root {
--color-1: #e6e6e6;
--color-2: #b1c3d3;
--color-3: #a3d3e0;
--color-4: #6f9cc8;
--color-5: #4a7cba;
}

🌈 Cold Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6e6e6, #b1c3d3, #a3d3e0, #6f9cc8, #4a7cba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6e6e6, #b1c3d3, #a3d3e0, #6f9cc8, #4a7cba);
}

Cold Blue color palette created on .