Color names in this palette
CSS code for this palette
/* CSS */
.spicy-sweetcorn {
color: #f5a700;
}
.yellow-of-izamal {
color: #ebb000;
}
.hot-sand {
color: #ccaa00;
}
.sunken-gold {
color: #b39800;
}
.golden-palm {
color: #a38800;
}
/* CSS Variables */
:root {
--spicy-sweetcorn:#f5a700;
--yellow-of-izamal:#ebb000;
--hot-sand:#ccaa00;
--sunken-gold:#b39800;
--golden-palm:#a38800;
}