Color names in this palette
CSS code for this palette
/* CSS */
.american-yellow {
color: #f0b400;
}
.hot-butter {
color: #e6a100;
}
.elysium-gold {
color: #d19200;
}
.golden-brown {
color: #b37a00;
}
.alligator {
color: #8f6400;
}
/* CSS Variables */
:root {
--american-yellow:#f0b400;
--hot-butter:#e6a100;
--elysium-gold:#d19200;
--golden-brown:#b37a00;
--alligator:#8f6400;
}