Color names in this palette
CSS code for this palette
/* CSS */
.beef-hotpot {
color: #a85f2e;
}
.caramelize {
color: #d68a38;
}
.tasman-honey-yellow {
color: #e6c85c;
}
.acid-candy {
color: #a6c24c;
}
.elven-olympics {
color: #6a982a;
}
/* CSS Variables */
:root {
--beef-hotpot:#a85f2e;
--caramelize:#d68a38;
--tasman-honey-yellow:#e6c85c;
--acid-candy:#a6c24c;
--elven-olympics:#6a982a;
}