Color names in this palette
CSS code for this palette
/* CSS */
.sasquatch-socks {
color: #ff4d7f;
}
.capri {
color: #00bfff;
}
.middle-yellow {
color: #ffea00;
}
.emerald-ice-palace {
color: #33ff7e;
}
.shocking-orange {
color: #ff6d1f;
}
/* CSS Variables */
:root {
--sasquatch-socks:#ff4d7f;
--capri:#00bfff;
--middle-yellow:#ffea00;
--emerald-ice-palace:#33ff7e;
--shocking-orange:#ff6d1f;
}