Color names in this palette
CSS code for this palette
/* CSS */
.pico-8-pink {
color: #ff75a8;
}
.himalayan-balsam {
color: #ff94c2;
}
.hot-aquarelle-pink {
color: #ffb3d9;
}
.sugarpills {
color: #ffdbff;
}
.stellar-strawberry {
color: #ff5c85;
}
/* CSS Variables */
:root {
--pico-8-pink:#ff75a8;
--himalayan-balsam:#ff94c2;
--hot-aquarelle-pink:#ffb3d9;
--sugarpills:#ffdbff;
--stellar-strawberry:#ff5c85;
}