Color names in this palette
CSS code for this palette
/* CSS */
.harissa-red {
color: #a62b2b;
}
.canyon-clay {
color: #c77d6b;
}
.creole-cottage {
color: #e6b598;
}
.china-doll {
color: #f1e4d5;
}
.god-given {
color: #f9f4e1;
}
/* CSS Variables */
:root {
--harissa-red:#a62b2b;
--canyon-clay:#c77d6b;
--creole-cottage:#e6b598;
--china-doll:#f1e4d5;
--god-given:#f9f4e1;
}