Color names in this palette
CSS code for this palette
/* CSS */
.trick-or-treat {
color: #e6b689;
}
.new-penny {
color: #a57d69;
}
.smooth-coffee {
color: #5c4d4d;
}
.zeus {
color: #3a3c39;
}
.chromaphobic-black {
color: #292929;
}
/* CSS Variables */
:root {
--trick-or-treat:#e6b689;
--new-penny:#a57d69;
--smooth-coffee:#5c4d4d;
--zeus:#3a3c39;
--chromaphobic-black:#292929;
}