Light Pink Blue Color Palette

Discover the beautiful Light Pink Blue color palette featuring mauvelous (#f28c8c), corvette (#f9c89f), linen (#f9e7d7), morning glory (#a1d6e2) and danube (#6e9fd4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Pink, Aqua, Summer, Fun 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 Pink Blue palette

Share this palette to:

💻 Light Pink Blue color palette CSS

/* CSS */
.color-1 {
color: #f28c8c;
}
.color-2 {
color: #f9c89f;
}
.color-3 {
color: #f9e7d7;
}
.color-4 {
color: #a1d6e2;
}
.color-5 {
color: #6e9fd4;
}

/* CSS Variables */
:root {
--color-1: #f28c8c;
--color-2: #f9c89f;
--color-3: #f9e7d7;
--color-4: #a1d6e2;
--color-5: #6e9fd4;
}

🌈 Light Pink Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f28c8c, #f9c89f, #f9e7d7, #a1d6e2, #6e9fd4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f28c8c, #f9c89f, #f9e7d7, #a1d6e2, #6e9fd4);
}

Light Pink Blue color palette created on .