Color names in this palette
CSS code for this palette
/* CSS */
.pico-8-pink {
color: #ff75a8;
}
.hot-aquarelle-pink {
color: #ffb3d9;
}
.ganon-blue {
color: #a3e0ff;
}
.light-mint {
color: #b3ffb3;
}
.hollandaise {
color: #ffec3d;
}
/* CSS Variables */
:root {
--pico-8-pink:#ff75a8;
--hot-aquarelle-pink:#ffb3d9;
--ganon-blue:#a3e0ff;
--light-mint:#b3ffb3;
--hollandaise:#ffec3d;
}