Color names in this palette
CSS code for this palette
/* CSS */
.sasquatch-socks {
color: #ff4d7f;
}
.mandarin-peel {
color: #ff9d00;
}
.middle-yellow {
color: #ffea00;
}
.greenish-cyan {
color: #2effb6;
}
.protoss-pylon {
color: #00aaff;
}
/* CSS Variables */
:root {
--sasquatch-socks:#ff4d7f;
--mandarin-peel:#ff9d00;
--middle-yellow:#ffea00;
--greenish-cyan:#2effb6;
--protoss-pylon:#00aaff;
}