Light Blue and Pink Color Palette

Discover the beautiful Light Blue and Pink color palette featuring tropical blue (#c9e1f8), moon raker (#d2d0f4), moon raker (#e5dbf7), french lilac (#f2ddf5) and french lilac (#eed3ef).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Lavender, Light, Muted, Pastel, Pink, Soft, Spring, Summer 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 and Pink palette

Share this palette to:

💻 Light Blue and Pink color palette CSS

/* CSS */
.color-1 {
color: #c9e1f8;
}
.color-2 {
color: #d2d0f4;
}
.color-3 {
color: #e5dbf7;
}
.color-4 {
color: #f2ddf5;
}
.color-5 {
color: #eed3ef;
}

/* CSS Variables */
:root {
--color-1: #c9e1f8;
--color-2: #d2d0f4;
--color-3: #e5dbf7;
--color-4: #f2ddf5;
--color-5: #eed3ef;
}

🌈 Light Blue and Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c9e1f8, #d2d0f4, #e5dbf7, #f2ddf5, #eed3ef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c9e1f8, #d2d0f4, #e5dbf7, #f2ddf5, #eed3ef);
}

Light Blue and Pink color palette created on .