Cold Blue Color Palette

Discover the beautiful Cold Blue color palette featuring indigo (#4c76ca), cornflower blue (#5c8df1), cornflower blue (#6996f2), jordy blue (#89adf5) and jordy blue (#a0bdf7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Blue, Bright, Coastal, Modern, Summer, Vibrant 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: #4c76ca;
}
.color-2 {
color: #5c8df1;
}
.color-3 {
color: #6996f2;
}
.color-4 {
color: #89adf5;
}
.color-5 {
color: #a0bdf7;
}

/* CSS Variables */
:root {
--color-1: #4c76ca;
--color-2: #5c8df1;
--color-3: #6996f2;
--color-4: #89adf5;
--color-5: #a0bdf7;
}

🌈 Cold Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c76ca, #5c8df1, #6996f2, #89adf5, #a0bdf7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c76ca, #5c8df1, #6996f2, #89adf5, #a0bdf7);
}

Cold Blue color palette created on .