Color names in this palette
CSS code for this palette
/* CSS */
.pico-8-pink {
color: #ff75a1;
}
.taffy-pink {
color: #ff9ec3;
}
.hot-aquarelle-pink {
color: #ffb3d9;
}
.light-pink {
color: #ffd1e0;
}
.bunny-tail {
color: #ffe5f3;
}
/* CSS Variables */
:root {
--pico-8-pink:#ff75a1;
--taffy-pink:#ff9ec3;
--hot-aquarelle-pink:#ffb3d9;
--light-pink:#ffd1e0;
--bunny-tail:#ffe5f3;
}