Color names in this palette
CSS code for this palette
/* CSS */
.lime-lizard {
color: #a3d55d;
}
.flame-seal {
color: #f3e45e;
}
.glowing-lantern {
color: #f8b735;
}
.carrot {
color: #f76d3b;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--lime-lizard:#a3d55d;
--flame-seal:#f3e45e;
--glowing-lantern:#f8b735;
--carrot:#f76d3b;
--mandarin-red:#e74d3c;
}