Pink Heartbreak Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Heartbreak palette

Share this palette to:

Pink Heartbreak color palette PNG image

Download pink heartbreak color palette PNG image (landscape)
Download pink heartbreak color palette PNG image (square)

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);
}

Pink Heartbreak color palette created on .