Color names in this palette
CSS code for this palette
/* CSS */
.highlighter-yellow {
color: #f3e13f;
}
.maximum-yellow-red {
color: #f2b645;
}
.amber-glow {
color: #f39a39;
}
.sea-nettle {
color: #f57438;
}
.obstinate-orange {
color: #da532b;
}
/* CSS Variables */
:root {
--highlighter-yellow:#f3e13f;
--maximum-yellow-red:#f2b645;
--amber-glow:#f39a39;
--sea-nettle:#f57438;
--obstinate-orange:#da532b;
}