Color names in this palette
CSS code for this palette
/* CSS */
.forsythia-blossom {
color: #f8d86d;
}
.chrome-yellow {
color: #faa700;
}
.exuberance {
color: #d65d00;
}
.burnt-sienna {
color: #a82d00;
}
.gochujang-red {
color: #7a0000;
}
/* CSS Variables */
:root {
--forsythia-blossom:#f8d86d;
--chrome-yellow:#faa700;
--exuberance:#d65d00;
--burnt-sienna:#a82d00;
--gochujang-red:#7a0000;
}