CSS code for this palette
/* CSS */
.lion-cub {
color: #f8caa5;
}
.first-date {
color: #f4b39f;
}
.princess {
color: #f1a7b6;
}
.hot-gossip {
color: #e07b8a;
}
.pink-punch {
color: #d34a6a;
}
/* CSS Variables */
:root {
--lion-cub:#f8caa5;
--first-date:#f4b39f;
--princess:#f1a7b6;
--hot-gossip:#e07b8a;
--pink-punch:#d34a6a;
}