Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f7c5d5;
}
.waddles-pink {
color: #f1a7ca;
}
.hope {
color: #e77e9f;
}
.peppermint-swirl {
color: #d65c7c;
}
.tulip-red {
color: #b74e6b;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f7c5d5;
--waddles-pink:#f1a7ca;
--hope:#e77e9f;
--peppermint-swirl:#d65c7c;
--tulip-red:#b74e6b;
}