Color names in this palette
CSS code for this palette
/* CSS */
.plastic-carrot {
color: #f55f24;
}
.barbarian {
color: #f78f5e;
}
.crunch {
color: #f4ba5d;
}
.salmon-eggs {
color: #f4d15d;
}
.lime-lizard {
color: #a7d65c;
}
/* CSS Variables */
:root {
--plastic-carrot:#f55f24;
--barbarian:#f78f5e;
--crunch:#f4ba5d;
--salmon-eggs:#f4d15d;
--lime-lizard:#a7d65c;
}