Color names in this palette
CSS code for this palette
/* CSS */
.beef-hotpot {
color: #a85f2e;
}
.espresso-crema {
color: #d29f46;
}
.tasman-honey-yellow {
color: #e6c55c;
}
.green-peridot {
color: #a5c76b;
}
.emerald-ring {
color: #568a59;
}
/* CSS Variables */
:root {
--beef-hotpot:#a85f2e;
--espresso-crema:#d29f46;
--tasman-honey-yellow:#e6c55c;
--green-peridot:#a5c76b;
--emerald-ring:#568a59;
}