Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3e4;
}
.pico-8-pink {
color: #ff75a8;
}
.fuchsia-fever {
color: #ff4d94;
}
.pink-ink {
color: #ff1a6e;
}
.moth-orchid {
color: #d6006f;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3e4;
--pico-8-pink:#ff75a8;
--fuchsia-fever:#ff4d94;
--pink-ink:#ff1a6e;
--moth-orchid:#d6006f;
}