Color names in this palette
CSS code for this palette
/* CSS */
.peanut-butter-jelly {
color: #ca4b2b;
}
.chat-orange {
color: #f69f3c;
}
.eyelash-viper {
color: #f3c74f;
}
.southern-belle {
color: #a6d8c3;
}
.cyprus-green {
color: #6c9d8a;
}
/* CSS Variables */
:root {
--peanut-butter-jelly:#ca4b2b;
--chat-orange:#f69f3c;
--eyelash-viper:#f3c74f;
--southern-belle:#a6d8c3;
--cyprus-green:#6c9d8a;
}