Color names in this palette
CSS code for this palette
/* CSS */
.dusk-orange {
color: #ff4d3d;
}
.mango-tango {
color: #ff7e3d;
}
.pieces-of-eight {
color: #ffb13d;
}
.yellow-jacket {
color: #ffc83d;
}
.alien-parasite {
color: #4dff3d;
}
/* CSS Variables */
:root {
--dusk-orange:#ff4d3d;
--mango-tango:#ff7e3d;
--pieces-of-eight:#ffb13d;
--yellow-jacket:#ffc83d;
--alien-parasite:#4dff3d;
}