Color names in this palette
CSS code for this palette
/* CSS */
.protoss-pylon {
color: #00aaff;
}
.neon-nazar {
color: #4cd6e6;
}
.island-paradise {
color: #8ce3e3;
}
.dolly {
color: #f3f86d;
}
.halt-and-catch-fire {
color: #ff6933;
}
/* CSS Variables */
:root {
--protoss-pylon:#00aaff;
--neon-nazar:#4cd6e6;
--island-paradise:#8ce3e3;
--dolly:#f3f86d;
--halt-and-catch-fire:#ff6933;
}