Color names in this palette
CSS code for this palette
/* CSS */
.dangerously-red {
color: #d93e36;
}
.mad-for-mango {
color: #faa200;
}
.opulent-orange {
color: #f0693d;
}
.spaghetti {
color: #fff99e;
}
.cinnamon-whip {
color: #dab4a4;
}
/* CSS Variables */
:root {
--dangerously-red:#d93e36;
--mad-for-mango:#faa200;
--opulent-orange:#f0693d;
--spaghetti:#fff99e;
--cinnamon-whip:#dab4a4;
}