Color names in this palette
CSS code for this palette
/* CSS */
.nutmeg {
color: #7e4b3a;
}
.rusty-gate {
color: #af694b;
}
.wooden-sword {
color: #dfaf7c;
}
.applesauce {
color: #f8d69b;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--nutmeg:#7e4b3a;
--rusty-gate:#af694b;
--wooden-sword:#dfaf7c;
--applesauce:#f8d69b;
--solar-plexus-chakra:#f1c84b;
}