Color names in this palette
CSS code for this palette
/* CSS */
.pico-8-pink {
color: #ff75a8;
}
.pink-cattleya {
color: #ffb3d1;
}
.blush-hour {
color: #ff7094;
}
.bonker-pink {
color: #f4487c;
}
.shampoo {
color: #ffccf2;
}
/* CSS Variables */
:root {
--pico-8-pink:#ff75a8;
--pink-cattleya:#ffb3d1;
--blush-hour:#ff7094;
--bonker-pink:#f4487c;
--shampoo:#ffccf2;
}