CSS code for this palette
/* CSS */
.iced-apricot {
color: #f1d5c1;
}
.calabrese {
color: #f1a8a2;
}
.meat {
color: #f17e7e;
}
.kenny-s-kiss {
color: #d45e72;
}
.valentine {
color: #a7394f;
}
/* CSS Variables */
:root {
--iced-apricot:#f1d5c1;
--calabrese:#f1a8a2;
--meat:#f17e7e;
--kenny-s-kiss:#d45e72;
--valentine:#a7394f;
}