Cool Blue Color Palette

Discover the beautiful Cool Blue color palette featuring seagull (#6bb7e6), boston blue (#3b93b0), jelly bean (#2d7d9a), elm (#1f656f) and elephant (#154c56).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Cool Blue color palette CSS

/* CSS */
.color-1 {
color: #6bb7e6;
}
.color-2 {
color: #3b93b0;
}
.color-3 {
color: #2d7d9a;
}
.color-4 {
color: #1f656f;
}
.color-5 {
color: #154c56;
}

/* CSS Variables */
:root {
--color-1: #6bb7e6;
--color-2: #3b93b0;
--color-3: #2d7d9a;
--color-4: #1f656f;
--color-5: #154c56;
}

🌈 Cool Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6bb7e6, #3b93b0, #2d7d9a, #1f656f, #154c56);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6bb7e6, #3b93b0, #2d7d9a, #1f656f, #154c56);
}

Cool Blue color palette created on .