Color names in this palette
CSS code for this palette
/* CSS */
.peanut-butter-jelly {
color: #ca4d2b;
}
.orange-pepper {
color: #d67d00;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.carmel-woods {
color: #8c6c3b;
}
.brown-pod {
color: #3d2a15;
}
/* CSS Variables */
:root {
--peanut-butter-jelly:#ca4d2b;
--orange-pepper:#d67d00;
--solar-plexus-chakra:#f1c84b;
--carmel-woods:#8c6c3b;
--brown-pod:#3d2a15;
}