Color names in this palette
CSS code for this palette
/* CSS */
.harissa-red {
color: #a12b2b;
}
.common-chestnut {
color: #d25b5b;
}
.calabrese {
color: #f5a8a8;
}
.tender-peach {
color: #f7d5b6;
}
.adonis-rose-yellow {
color: #f0c24c;
}
/* CSS Variables */
:root {
--harissa-red:#a12b2b;
--common-chestnut:#d25b5b;
--calabrese:#f5a8a8;
--tender-peach:#f7d5b6;
--adonis-rose-yellow:#f0c24c;
}