CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c5a1;
}
.pinque {
color: #f0a3b1;
}
.true-love {
color: #e57b8d;
}
.ibis-rose {
color: #c75c8c;
}
.plum-dust {
color: #a7498c;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c5a1;
--pinque:#f0a3b1;
--true-love:#e57b8d;
--ibis-rose:#c75c8c;
--plum-dust:#a7498c;
}