Color names in this palette
CSS code for this palette
/* CSS */
.pico-8-pink {
color: #ff7aa9;
}
.hot-aquarelle-pink {
color: #ffb3d9;
}
.himalayan-balsam {
color: #ff9eca;
}
.ballet-cream {
color: #ff7f5c;
}
.rosy-outlook {
color: #f6aba2;
}
/* CSS Variables */
:root {
--pico-8-pink:#ff7aa9;
--hot-aquarelle-pink:#ffb3d9;
--himalayan-balsam:#ff9eca;
--ballet-cream:#ff7f5c;
--rosy-outlook:#f6aba2;
}