Blue Love Color Palette

Discover the beautiful Blue Love color palette featuring jordy blue (#94bef5), sail (#addffa), charlotte (#beecf9), humming bird (#d7f3f9) and white ice (#f2fbfd).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Blue Love color palette CSS

/* CSS */
.color-1 {
color: #94bef5;
}
.color-2 {
color: #addffa;
}
.color-3 {
color: #beecf9;
}
.color-4 {
color: #d7f3f9;
}
.color-5 {
color: #f2fbfd;
}

/* CSS Variables */
:root {
--color-1: #94bef5;
--color-2: #addffa;
--color-3: #beecf9;
--color-4: #d7f3f9;
--color-5: #f2fbfd;
}

🌈 Blue Love background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #94bef5, #addffa, #beecf9, #d7f3f9, #f2fbfd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #94bef5, #addffa, #beecf9, #d7f3f9, #f2fbfd);
}

Blue Love color palette created on .