Color names in this palette
CSS code for this palette
/* CSS */
.spectra-yellow {
color: #f6a309;
}
.forsythia-blossom {
color: #f9d66c;
}
.mad-for-mango {
color: #f5a300;
}
.bitter-orange {
color: #d77a28;
}
.very-coffee {
color: #6a3c10;
}
/* CSS Variables */
:root {
--spectra-yellow:#f6a309;
--forsythia-blossom:#f9d66c;
--mad-for-mango:#f5a300;
--bitter-orange:#d77a28;
--very-coffee:#6a3c10;
}