Color names in this palette
CSS code for this palette
/* CSS */
.sister-loganberry-frost {
color: #883f7c;
}
.brilliant-carmine {
color: #b0548d;
}
.heartbreaker {
color: #d076a0;
}
.pinque {
color: #f1a2b0;
}
.barely-pink {
color: #f7d4df;
}
/* CSS Variables */
:root {
--sister-loganberry-frost:#883f7c;
--brilliant-carmine:#b0548d;
--heartbreaker:#d076a0;
--pinque:#f1a2b0;
--barely-pink:#f7d4df;
}