Color names in this palette
CSS code for this palette
/* CSS */
.hot-butter {
color: #e6a100;
}
.groovy-lemon-pie {
color: #d6ba00;
}
.golden-beryl-yellow {
color: #d6a800;
}
.bronze {
color: #a87b00;
}
.antique-bronze {
color: #704f00;
}
/* CSS Variables */
:root {
--hot-butter:#e6a100;
--groovy-lemon-pie:#d6ba00;
--golden-beryl-yellow:#d6a800;
--bronze:#a87b00;
--antique-bronze:#704f00;
}