Cool Blue Color Palette

Discover the beautiful Cool Blue color palette featuring astronaut (#2a5979), calypso (#3b7a9b), fountain blue (#4ca9b8), aquamarine blue (#6ed5e2) and powder blue (#b1dfe7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Blue, Coastal, Bright, 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 Cool Blue palette

Share this palette to:

💻 Cool Blue color palette CSS

/* CSS */
.color-1 {
color: #2a5979;
}
.color-2 {
color: #3b7a9b;
}
.color-3 {
color: #4ca9b8;
}
.color-4 {
color: #6ed5e2;
}
.color-5 {
color: #b1dfe7;
}

/* CSS Variables */
:root {
--color-1: #2a5979;
--color-2: #3b7a9b;
--color-3: #4ca9b8;
--color-4: #6ed5e2;
--color-5: #b1dfe7;
}

🌈 Cool Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a5979, #3b7a9b, #4ca9b8, #6ed5e2, #b1dfe7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a5979, #3b7a9b, #4ca9b8, #6ed5e2, #b1dfe7);
}

Cool Blue color palette created on .