Color names in this palette
CSS code for this palette
/* CSS */
.lime-lizard {
color: #a3d55d;
}
.cr-me-de-la-cr-me {
color: #f1e7b6;
}
.allspice {
color: #f9cca9;
}
.monarch-orange {
color: #f39c6d;
}
.coral-orange {
color: #e86a4a;
}
/* CSS Variables */
:root {
--lime-lizard:#a3d55d;
--cr-me-de-la-cr-me:#f1e7b6;
--allspice:#f9cca9;
--monarch-orange:#f39c6d;
--coral-orange:#e86a4a;
}