Color names in this palette
CSS code for this palette
/* CSS */
.harissa-red {
color: #a62b2b;
}
.sappanwood {
color: #9d3f3f;
}
.lippie {
color: #d06c6c;
}
.plum-blossom {
color: #f49f9f;
}
.lusty-gallant {
color: #ffcccc;
}
/* CSS Variables */
:root {
--harissa-red:#a62b2b;
--sappanwood:#9d3f3f;
--lippie:#d06c6c;
--plum-blossom:#f49f9f;
--lusty-gallant:#ffcccc;
}