Color names in this palette
CSS code for this palette
/* CSS */
.deep-orange {
color: #db5000;
}
.flambrosia {
color: #e6a800;
}
.empire-yellow {
color: #f5d000;
}
.snot-green {
color: #a1c200;
}
.mughal-green {
color: #498a00;
}
/* CSS Variables */
:root {
--deep-orange:#db5000;
--flambrosia:#e6a800;
--empire-yellow:#f5d000;
--snot-green:#a1c200;
--mughal-green:#498a00;
}