Color names in this palette
CSS code for this palette
/* CSS */
.highlighter-yellow {
color: #f9e93e;
}
.sunshine-mellow {
color: #f9c10b;
}
.saffron-gold {
color: #f58b00;
}
.exuberance {
color: #d65900;
}
.rust-red {
color: #a32c00;
}
/* CSS Variables */
:root {
--highlighter-yellow:#f9e93e;
--sunshine-mellow:#f9c10b;
--saffron-gold:#f58b00;
--exuberance:#d65900;
--rust-red:#a32c00;
}