Color names in this palette
CSS code for this palette
/* CSS */
.crab-curry {
color: #da4e2b;
}
.raichu-orange {
color: #f9a939;
}
.overjoy {
color: #f3c15e;
}
.lime-lizard {
color: #a6d959;
}
.fervent-green {
color: #4c9b4b;
}
/* CSS Variables */
:root {
--crab-curry:#da4e2b;
--raichu-orange:#f9a939;
--overjoy:#f3c15e;
--lime-lizard:#a6d959;
--fervent-green:#4c9b4b;
}