Color names in this palette
CSS code for this palette
/* CSS */
.pico-8-pink {
color: #ff7aa2;
}
.fight-the-sunrise {
color: #ff99af;
}
.matt-pink {
color: #ffb3c1;
}
.bologna-sausage {
color: #ffd1dc;
}
.pink-pleasure {
color: #ffe0e5;
}
/* CSS Variables */
:root {
--pico-8-pink:#ff7aa2;
--fight-the-sunrise:#ff99af;
--matt-pink:#ffb3c1;
--bologna-sausage:#ffd1dc;
--pink-pleasure:#ffe0e5;
}