Color names in this palette
CSS code for this palette
/* CSS */
.sasquatch-socks {
color: #ff4d7f;
}
.guava {
color: #ff9b29;
}
.digital-yellow {
color: #ffeb7a;
}
.acid-pops {
color: #3cfb6c;
}
.system-shock-blue {
color: #2e2eff;
}
/* CSS Variables */
:root {
--sasquatch-socks:#ff4d7f;
--guava:#ff9b29;
--digital-yellow:#ffeb7a;
--acid-pops:#3cfb6c;
--system-shock-blue:#2e2eff;
}