Color names in this palette
CSS code for this palette
/* CSS */
.nutmeg {
color: #7e4b3a;
}
.falling-leaves {
color: #a55b3b;
}
.sweet-potato {
color: #d67d3d;
}
.raichu-orange {
color: #f1a93b;
}
.wake-me-up {
color: #f7d259;
}
/* CSS Variables */
:root {
--nutmeg:#7e4b3a;
--falling-leaves:#a55b3b;
--sweet-potato:#d67d3d;
--raichu-orange:#f1a93b;
--wake-me-up:#f7d259;
}