Color names in this palette
CSS code for this palette
/* CSS */
.bacon-strips {
color: #e13e33;
}
.chat-orange {
color: #f99f3e;
}
.lemon-verbena {
color: #f3e86d;
}
.lime-lizard {
color: #a5d65c;
}
.parsley-green {
color: #5a9c4f;
}
/* CSS Variables */
:root {
--bacon-strips:#e13e33;
--chat-orange:#f99f3e;
--lemon-verbena:#f3e86d;
--lime-lizard:#a5d65c;
--parsley-green:#5a9c4f;
}