Color names in this palette
CSS code for this palette
/* CSS */
.harissa-red {
color: #a52c2c;
}
.flint-corn-red {
color: #d9613f;
}
.mad-for-mango {
color: #f5a300;
}
.isle-of-sand {
color: #f9da10;
}
.lime-lizard {
color: #a9d65c;
}
/* CSS Variables */
:root {
--harissa-red:#a52c2c;
--flint-corn-red:#d9613f;
--mad-for-mango:#f5a300;
--isle-of-sand:#f9da10;
--lime-lizard:#a9d65c;
}