Color names in this palette
CSS code for this palette
/* CSS */
.american-yellow {
color: #f5b400;
}
.saffron-gold {
color: #eb8d00;
}
.exuberance {
color: #d66000;
}
.burnt-red {
color: #9e2800;
}
.gochujang-red {
color: #7a0000;
}
/* CSS Variables */
:root {
--american-yellow:#f5b400;
--saffron-gold:#eb8d00;
--exuberance:#d66000;
--burnt-red:#9e2800;
--gochujang-red:#7a0000;
}