CSS code for this palette
/* CSS */
.lilac-lace {
color: #c5a4d5;
}
.rosecco {
color: #eab8e4;
}
.barely-pink {
color: #f6d5df;
}
.pink-chalk {
color: #f4a4b9;
}
.hope {
color: #ea809e;
}
/* CSS Variables */
:root {
--lilac-lace:#c5a4d5;
--rosecco:#eab8e4;
--barely-pink:#f6d5df;
--pink-chalk:#f4a4b9;
--hope:#ea809e;
}