Color names in this palette
CSS code for this palette
/* CSS */
.harissa-red {
color: #a62b2b;
}
.mod-orange {
color: #d75b3c;
}
.welcoming-wasp {
color: #f0a800;
}
.brimstone {
color: #fbbd2d;
}
.satin-blush {
color: #ffe4c7;
}
/* CSS Variables */
:root {
--harissa-red:#a62b2b;
--mod-orange:#d75b3c;
--welcoming-wasp:#f0a800;
--brimstone:#fbbd2d;
--satin-blush:#ffe4c7;
}