Color names in this palette
CSS code for this palette
/* CSS */
.beef-hotpot {
color: #a85f2e;
}
.osage-orange {
color: #f6a146;
}
.rapunzel {
color: #f4d980;
}
.pistachio-green {
color: #a5d69e;
}
.derby-green {
color: #5b9a89;
}
/* CSS Variables */
:root {
--beef-hotpot:#a85f2e;
--osage-orange:#f6a146;
--rapunzel:#f4d980;
--pistachio-green:#a5d69e;
--derby-green:#5b9a89;
}