Color names in this palette
CSS code for this palette
/* CSS */
.pico-8-pink {
color: #ff75a8;
}
.clarified-orange {
color: #ff9d5c;
}
.pineapple-juice {
color: #f6e87e;
}
.southern-belle {
color: #a3d7c4;
}
.stellar-strawberry {
color: #ff5c92;
}
/* CSS Variables */
:root {
--pico-8-pink:#ff75a8;
--clarified-orange:#ff9d5c;
--pineapple-juice:#f6e87e;
--southern-belle:#a3d7c4;
--stellar-strawberry:#ff5c92;
}