Light Blue Dreams Color Palette

Discover the beautiful Light Blue Dreams color palette featuring link water (#d4e7f5), white ice (#d9eff8), foam (#ddf2fc), lily white (#eaf8ff) and twilight blue (#f2fcff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Coastal, Pastel, Soft 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 Light Blue Dreams palette

Share this palette to:

💻 Light Blue Dreams color palette CSS

/* CSS */
.color-1 {
color: #d4e7f5;
}
.color-2 {
color: #d9eff8;
}
.color-3 {
color: #ddf2fc;
}
.color-4 {
color: #eaf8ff;
}
.color-5 {
color: #f2fcff;
}

/* CSS Variables */
:root {
--color-1: #d4e7f5;
--color-2: #d9eff8;
--color-3: #ddf2fc;
--color-4: #eaf8ff;
--color-5: #f2fcff;
}

🌈 Light Blue Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4e7f5, #d9eff8, #ddf2fc, #eaf8ff, #f2fcff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4e7f5, #d9eff8, #ddf2fc, #eaf8ff, #f2fcff);
}

Light Blue Dreams color palette created on .