Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.bright-mango {
color: #ff8c2e;
}
.shocking-orange {
color: #ff6d1f;
}
.war-paint-red {
color: #da5b1b;
}
.potter-s-clay {
color: #a3421f;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--bright-mango:#ff8c2e;
--shocking-orange:#ff6d1f;
--war-paint-red:#da5b1b;
--potter-s-clay:#a3421f;
}