Color names in this palette
CSS code for this palette
/* CSS */
.madder-red {
color: #b62b2b;
}
.chilean-fire {
color: #d45d35;
}
.monarch-orange {
color: #efa56c;
}
.lime-lizard {
color: #a5d65c;
}
.enviable {
color: #4b9b3b;
}
/* CSS Variables */
:root {
--madder-red:#b62b2b;
--chilean-fire:#d45d35;
--monarch-orange:#efa56c;
--lime-lizard:#a5d65c;
--enviable:#4b9b3b;
}