Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f7c5d5;
}
.prism-pink {
color: #f2a1c5;
}
.fuchsia-blush {
color: #e67ab7;
}
.liseran-purple {
color: #d86f9c;
}
.fat-smooch {
color: #c35080;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f7c5d5;
--prism-pink:#f2a1c5;
--fuchsia-blush:#e67ab7;
--liseran-purple:#d86f9c;
--fat-smooch:#c35080;
}