Color names in this palette
CSS code for this palette
/* CSS */
.last-of-lettuce {
color: #a9d96d;
}
.sapling {
color: #a3c059;
}
.xanthous {
color: #f2b531;
}
.carrot {
color: #f86a3f;
}
.peanut-butter-jelly {
color: #ca4b2b;
}
/* CSS Variables */
:root {
--last-of-lettuce:#a9d96d;
--sapling:#a3c059;
--xanthous:#f2b531;
--carrot:#f86a3f;
--peanut-butter-jelly:#ca4b2b;
}