Color names in this palette
CSS code for this palette
/* CSS */
.buttery-croissant {
color: #f6e49d;
}
.ride-off-into-the-sunset {
color: #f1d25f;
}
.capital-yellow {
color: #e6b841;
}
.mustard-musketeers {
color: #d7a328;
}
.arrowwood {
color: #b5871c;
}
/* CSS Variables */
:root {
--buttery-croissant:#f6e49d;
--ride-off-into-the-sunset:#f1d25f;
--capital-yellow:#e6b841;
--mustard-musketeers:#d7a328;
--arrowwood:#b5871c;
}