Color names in this palette
CSS code for this palette
/* CSS */
.pico-8-pink {
color: #ff75a8;
}
.fresh-cantaloupe {
color: #ff9e66;
}
.nacho {
color: #ffcb5c;
}
.sun-drenched {
color: #ffe5a3;
}
.pompelmo {
color: #ff6b6b;
}
/* CSS Variables */
:root {
--pico-8-pink:#ff75a8;
--fresh-cantaloupe:#ff9e66;
--nacho:#ffcb5c;
--sun-drenched:#ffe5a3;
--pompelmo:#ff6b6b;
}