Pink Love Color Palette
Discover the beautiful Pink Love color palette featuring hot pink (#ff6bb5), cotton candy (#ffb3d9), pale rose (#ffe0f2), pink lace (#ffccff) and carnation pink (#ff9ebb).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withBright, Pink, Feminine 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 Pink Love palette
💻 Pink Love color palette CSS
/* CSS */
.color-1 {
color: #ff6bb5;
}
.color-2 {
color: #ffb3d9;
}
.color-3 {
color: #ffe0f2;
}
.color-4 {
color: #ffccff;
}
.color-5 {
color: #ff9ebb;
}
/* CSS Variables */
:root {
--color-1: #ff6bb5;
--color-2: #ffb3d9;
--color-3: #ffe0f2;
--color-4: #ffccff;
--color-5: #ff9ebb;
}
🌈 Pink Love background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6bb5, #ffb3d9, #ffe0f2, #ffccff, #ff9ebb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6bb5, #ffb3d9, #ffe0f2, #ffccff, #ff9ebb);
}
🔗 Explore similar color palettes
Pink Love color palette created on .