Color names in this palette
CSS code for this palette
/* CSS */
.beef-hotpot {
color: #a85f2e;
}
.field-poppy {
color: #d86a3b;
}
.magic-melon {
color: #e09b4d;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.tan {
color: #d5b26d;
}
/* CSS Variables */
:root {
--beef-hotpot:#a85f2e;
--field-poppy:#d86a3b;
--magic-melon:#e09b4d;
--solar-plexus-chakra:#f1c84b;
--tan:#d5b26d;
}