Color names in this palette
CSS code for this palette
/* CSS */
.peanut-brittle {
color: #a68b3a;
}
.yellow-maize {
color: #c1aa5c;
}
.tacha {
color: #d3b85f;
}
.tasman-honey-yellow {
color: #e6c85c;
}
.banana-drama {
color: #f2d94a;
}
/* CSS Variables */
:root {
--peanut-brittle:#a68b3a;
--yellow-maize:#c1aa5c;
--tacha:#d3b85f;
--tasman-honey-yellow:#e6c85c;
--banana-drama:#f2d94a;
}