Color names in this palette
CSS code for this palette
/* CSS */
.lime-lizard {
color: #a3d55d;
}
.sundance {
color: #f8c76d;
}
.mango {
color: #ff9f29;
}
.consumed-by-fire {
color: #f47f1f;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--lime-lizard:#a3d55d;
--sundance:#f8c76d;
--mango:#ff9f29;
--consumed-by-fire:#f47f1f;
--mandarin-red:#e74d3c;
}