Light Blue and Pink Color Palette
Discover the beautiful Light Blue and Pink color palette featuring picton blue (#55c1e2), regent st blue (#a7d4e2), wewak (#f2a1c0), azalea (#f5b8d1) and razzmatazz (#d6006f).
Brightness
Saturation
Warmth
💡 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
💻 Light Blue and Pink color palette CSS
/* CSS */
.color-1 {
color: #55c1e2;
}
.color-2 {
color: #a7d4e2;
}
.color-3 {
color: #f2a1c0;
}
.color-4 {
color: #f5b8d1;
}
.color-5 {
color: #d6006f;
}
/* CSS Variables */
:root {
--color-1: #55c1e2;
--color-2: #a7d4e2;
--color-3: #f2a1c0;
--color-4: #f5b8d1;
--color-5: #d6006f;
} 🌈 Light Blue and Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #55c1e2, #a7d4e2, #f2a1c0, #f5b8d1, #d6006f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #55c1e2, #a7d4e2, #f2a1c0, #f5b8d1, #d6006f);
} 🔗 Explore similar color palettes
Light Blue and Pink color palette created on .