Purple Heartbreak Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Heartbreak palette

Share this palette to:

Purple Heartbreak color palette CSS

/* CSS */
.color-1 {
color: #4a3e6a;
}
.color-2 {
color: #7c5c9d;
}
.color-3 {
color: #a37dba;
}
.color-4 {
color: #d5a9e0;
}
.color-5 {
color: #f0c7e2;
}

/* CSS Variables */
:root {
--color-1: #4a3e6a;
--color-2: #7c5c9d;
--color-3: #a37dba;
--color-4: #d5a9e0;
--color-5: #f0c7e2;
}

Purple Heartbreak background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a3e6a, #7c5c9d, #a37dba, #d5a9e0, #f0c7e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a3e6a, #7c5c9d, #a37dba, #d5a9e0, #f0c7e2);
}

Purple Heartbreak color palette created on .