Color names in this palette
CSS code for this palette
/* CSS */
.protoss-pylon {
color: #00aaff;
}
.mint-morning {
color: #00d6cf;
}
.lifeless-green {
color: #00e6b8;
}
.paris-daisy {
color: #ffed4d;
}
.shocking-orange {
color: #ff6d1f;
}
/* CSS Variables */
:root {
--protoss-pylon:#00aaff;
--mint-morning:#00d6cf;
--lifeless-green:#00e6b8;
--paris-daisy:#ffed4d;
--shocking-orange:#ff6d1f;
}