Color names in this palette
CSS code for this palette
/* CSS */
.pico-8-pink {
color: #ff75a8;
}
.sasquatch-socks {
color: #ff4d7f;
}
.lingonberry {
color: #ff2962;
}
.hawaiian-raspberry {
color: #ff0051;
}
.neon-romance {
color: #e6003d;
}
/* CSS Variables */
:root {
--pico-8-pink:#ff75a8;
--sasquatch-socks:#ff4d7f;
--lingonberry:#ff2962;
--hawaiian-raspberry:#ff0051;
--neon-romance:#e6003d;
}