Color names in this palette
CSS code for this palette
/* CSS */
.protoss-pylon {
color: #00aaff;
}
.corfu-shallows {
color: #008f8f;
}
.teal {
color: #007f80;
}
.emerald-stone {
color: #006161;
}
.rich-black {
color: #003d3d;
}
/* CSS Variables */
:root {
--protoss-pylon:#00aaff;
--corfu-shallows:#008f8f;
--teal:#007f80;
--emerald-stone:#006161;
--rich-black:#003d3d;
}