Color names in this palette
CSS code for this palette
/* CSS */
.protoss-pylon {
color: #00aaff;
}
.channel-marker-green {
color: #00d6b6;
}
.buddha-s-love-handles {
color: #ffbb33;
}
.grapefruit-pulp {
color: #ff6e61;
}
.sizzling-red {
color: #ff3d5a;
}
/* CSS Variables */
:root {
--protoss-pylon:#00aaff;
--channel-marker-green:#00d6b6;
--buddha-s-love-handles:#ffbb33;
--grapefruit-pulp:#ff6e61;
--sizzling-red:#ff3d5a;
}