Color names in this palette
CSS code for this palette
/* CSS */
.rapeseed-blossom {
color: #ffed47;
}
.marigold-dust {
color: #f6cf41;
}
.buzz {
color: #f2c745;
}
.dutch-orange {
color: #e3a935;
}
.opulent {
color: #d68829;
}
/* CSS Variables */
:root {
--rapeseed-blossom:#ffed47;
--marigold-dust:#f6cf41;
--buzz:#f2c745;
--dutch-orange:#e3a935;
--opulent:#d68829;
}