Blue Breeze Color Palette

Discover the beautiful Blue Breeze color palette featuring havelock blue (#5a8edd), picton blue (#5ebae8), regent st blue (#a0d8e3), mandys pink (#f1b1bf) and rose bud (#f9aea4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Ocean, Spring 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 Blue Breeze palette

Share this palette to:

💻 Blue Breeze color palette CSS

/* CSS */
.color-1 {
color: #5a8edd;
}
.color-2 {
color: #5ebae8;
}
.color-3 {
color: #a0d8e3;
}
.color-4 {
color: #f1b1bf;
}
.color-5 {
color: #f9aea4;
}

/* CSS Variables */
:root {
--color-1: #5a8edd;
--color-2: #5ebae8;
--color-3: #a0d8e3;
--color-4: #f1b1bf;
--color-5: #f9aea4;
}

🌈 Blue Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a8edd, #5ebae8, #a0d8e3, #f1b1bf, #f9aea4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a8edd, #5ebae8, #a0d8e3, #f1b1bf, #f9aea4);
}

Blue Breeze color palette created on .