Pink Heartbreak Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Heartbreak palette
Color Inspiration
Images that showcase this color palette in real designs
Download Pink Heartbreak Color Palette (PNG)
Pink Heartbreak color palette CSS
/* CSS */
.color-1 {
color: #ff94bb;
}
.color-2 {
color: #ffb3b6;
}
.color-3 {
color: #ffcac7;
}
.color-4 {
color: #ffe1d6;
}
.color-5 {
color: #fff7eb;
}
/* CSS Variables */
:root {
--color-1: #ff94bb;
--color-2: #ffb3b6;
--color-3: #ffcac7;
--color-4: #ffe1d6;
--color-5: #fff7eb;
}
Pink Heartbreak background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff94bb, #ffb3b6, #ffcac7, #ffe1d6, #fff7eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff94bb, #ffb3b6, #ffcac7, #ffe1d6, #fff7eb);
}
Similar color palettes
Pink Heartbreak color palette created on .