Color names in this palette
CSS code for this palette
/* CSS */
.protoss-pylon {
color: #00aaff;
}
.devil-s-grass {
color: #4cae4f;
}
.hollandaise {
color: #ffec3d;
}
.smashing-pumpkins {
color: #ff5724;
}
.mellow-melon {
color: #e92063;
}
/* CSS Variables */
:root {
--protoss-pylon:#00aaff;
--devil-s-grass:#4cae4f;
--hollandaise:#ffec3d;
--smashing-pumpkins:#ff5724;
--mellow-melon:#e92063;
}