Color names in this palette
CSS code for this palette
/* CSS */
.red-peppercorn {
color: #c92c41;
}
.exuberant-orange {
color: #f25d2c;
}
.maximum-yellow-red {
color: #f1b74b;
}
.burst-of-lime {
color: #a9d73c;
}
.overgrown-mausoleum {
color: #4b892f;
}
/* CSS Variables */
:root {
--red-peppercorn:#c92c41;
--exuberant-orange:#f25d2c;
--maximum-yellow-red:#f1b74b;
--burst-of-lime:#a9d73c;
--overgrown-mausoleum:#4b892f;
}