Color names in this palette
CSS code for this palette
/* CSS */
.hot-embers {
color: #f2572c;
}
.mad-for-mango {
color: #f5a300;
}
.empire-yellow {
color: #f5d400;
}
.polly {
color: #ffc9a3;
}
.fuchsia-fever {
color: #ff5c98;
}
/* CSS Variables */
:root {
--hot-embers:#f2572c;
--mad-for-mango:#f5a300;
--empire-yellow:#f5d400;
--polly:#ffc9a3;
--fuchsia-fever:#ff5c98;
}