Color names in this palette
CSS code for this palette
/* CSS */
.plantain-chips {
color: #d6a84c;
}
.chai-tea {
color: #a57b2c;
}
.harpy-brown {
color: #4b3a2a;
}
.polished-apple {
color: #8c2b2b;
}
.eerie-black {
color: #1c1c1c;
}
/* CSS Variables */
:root {
--plantain-chips:#d6a84c;
--chai-tea:#a57b2c;
--harpy-brown:#4b3a2a;
--polished-apple:#8c2b2b;
--eerie-black:#1c1c1c;
}