Color names in this palette
CSS code for this palette
/* CSS */
.pineapple-salmon {
color: #ff5f5c;
}
.peanut-butter-chicken {
color: #ffb65c;
}
.nacho {
color: #ffc95c;
}
.lime-lizard {
color: #a3d55d;
}
.ineffable-green {
color: #5cffb6;
}
/* CSS Variables */
:root {
--pineapple-salmon:#ff5f5c;
--peanut-butter-chicken:#ffb65c;
--nacho:#ffc95c;
--lime-lizard:#a3d55d;
--ineffable-green:#5cffb6;
}