CSS code for this palette
/* CSS */
.soft-straw {
color: #f2d37d;
}
.overjoy {
color: #f1c15b;
}
.ronchi {
color: #e9b84e;
}
.scrofulous-brown {
color: #d8a43b;
}
.sun-dial {
color: #c69c39;
}
/* CSS Variables */
:root {
--soft-straw:#f2d37d;
--overjoy:#f1c15b;
--ronchi:#e9b84e;
--scrofulous-brown:#d8a43b;
--sun-dial:#c69c39;
}