Color names in this palette
CSS code for this palette
/* CSS */
.protoss-pylon {
color: #00aaff;
}
.tranquil-pool {
color: #82e0f7;
}
.water {
color: #d6f2fa;
}
.flan {
color: #f6e3b6;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--protoss-pylon:#00aaff;
--tranquil-pool:#82e0f7;
--water:#d6f2fa;
--flan:#f6e3b6;
--grapefruit-pulp:#ff6e61;
}