Color names in this palette
CSS code for this palette
/* CSS */
.protoss-pylon {
color: #00aaff;
}
.magnesia-bay {
color: #5dc9e5;
}
.sharbah-fizz {
color: #98e1d6;
}
.tequila {
color: #f6d0a2;
}
.pastel-red {
color: #ff6b61;
}
/* CSS Variables */
:root {
--protoss-pylon:#00aaff;
--magnesia-bay:#5dc9e5;
--sharbah-fizz:#98e1d6;
--tequila:#f6d0a2;
--pastel-red:#ff6b61;
}