Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f7c5d5;
}
.fulgrim-pink {
color: #f6b1d1;
}
.pearly-pink {
color: #f094c8;
}
.thulian-pink {
color: #e76fa3;
}
.flirty-rose {
color: #d75b93;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f7c5d5;
--fulgrim-pink:#f6b1d1;
--pearly-pink:#f094c8;
--thulian-pink:#e76fa3;
--flirty-rose:#d75b93;
}