Color names in this palette
CSS code for this palette
/* CSS */
.a-smell-of-bakery {
color: #f3e8d8;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.y-ng-ch-ng-orange {
color: #f6a53c;
}
.crab-curry {
color: #d34f27;
}
.harissa-red {
color: #a62b2b;
}
/* CSS Variables */
:root {
--a-smell-of-bakery:#f3e8d8;
--solar-plexus-chakra:#f1c84b;
--y-ng-ch-ng-orange:#f6a53c;
--crab-curry:#d34f27;
--harissa-red:#a62b2b;
}