CSS code for this palette
/* CSS */
.tuscan {
color: #f9d6a9;
}
.antique-cameo {
color: #f1b8a2;
}
.hot-calypso {
color: #f78a7e;
}
.briquette {
color: #e16060;
}
.cherry {
color: #d10031;
}
/* CSS Variables */
:root {
--tuscan:#f9d6a9;
--antique-cameo:#f1b8a2;
--hot-calypso:#f78a7e;
--briquette:#e16060;
--cherry:#d10031;
}