Color names in this palette
CSS code for this palette
/* CSS */
.pico-8-pink {
color: #ff75a8;
}
.himalayan-balsam {
color: #ff99c9;
}
.hot-aquarelle-pink {
color: #ffb3e0;
}
.classic-rose {
color: #ffcce6;
}
.fairy-wings {
color: #ffebf0;
}
/* CSS Variables */
:root {
--pico-8-pink:#ff75a8;
--himalayan-balsam:#ff99c9;
--hot-aquarelle-pink:#ffb3e0;
--classic-rose:#ffcce6;
--fairy-wings:#ffebf0;
}