Pink Heartbreak Color Palette
Discover the beautiful Pink Heartbreak color palette featuring carnation pink (#ff95bb), sundown (#ffb5b9), your pink (#ffc9c6), watusi (#ffe0d5) and serenade (#fff8ed).
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 Pink Heartbreak palette
💻 Pink Heartbreak color palette CSS
/* CSS */
.color-1 {
color: #ff95bb;
}
.color-2 {
color: #ffb5b9;
}
.color-3 {
color: #ffc9c6;
}
.color-4 {
color: #ffe0d5;
}
.color-5 {
color: #fff8ed;
}
/* CSS Variables */
:root {
--color-1: #ff95bb;
--color-2: #ffb5b9;
--color-3: #ffc9c6;
--color-4: #ffe0d5;
--color-5: #fff8ed;
} 🌈 Pink Heartbreak background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff95bb, #ffb5b9, #ffc9c6, #ffe0d5, #fff8ed);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff95bb, #ffb5b9, #ffc9c6, #ffe0d5, #fff8ed);
} 🔗 Explore similar color palettes
Pink Heartbreak color palette created on .