Color names in this palette
CSS code for this palette
/* CSS */
.pico-8-pink {
color: #ff75a8;
}
.saira-red {
color: #ff9eba;
}
.lavender-candy {
color: #ffb3d6;
}
.shampoo {
color: #ffccf2;
}
.sugarwinkle {
color: #ffc2e1;
}
/* CSS Variables */
:root {
--pico-8-pink:#ff75a8;
--saira-red:#ff9eba;
--lavender-candy:#ffb3d6;
--shampoo:#ffccf2;
--sugarwinkle:#ffc2e1;
}