Color names in this palette
CSS code for this palette
/* CSS */
.westfall-yellow {
color: #f9d64e;
}
.bee {
color: #f5b856;
}
.furry-lion {
color: #f1933b;
}
.orpiment-orange {
color: #d57d3f;
}
.baton-rouge {
color: #9f3c6c;
}
/* CSS Variables */
:root {
--westfall-yellow:#f9d64e;
--bee:#f5b856;
--furry-lion:#f1933b;
--orpiment-orange:#d57d3f;
--baton-rouge:#9f3c6c;
}