Color names in this palette
CSS code for this palette
/* CSS */
.pico-8-pink {
color: #ff75a8;
}
.hot-aquarelle-pink {
color: #ffb3e4;
}
.sparkler {
color: #ffee99;
}
.fresh-air {
color: #a3e8ff;
}
.thor-s-thunder {
color: #4dc9ff;
}
/* CSS Variables */
:root {
--pico-8-pink:#ff75a8;
--hot-aquarelle-pink:#ffb3e4;
--sparkler:#ffee99;
--fresh-air:#a3e8ff;
--thor-s-thunder:#4dc9ff;
}