Color names in this palette
CSS code for this palette
/* CSS */
.marigold-dust {
color: #f4cf3e;
}
.squash-blossom {
color: #f6b83c;
}
.honey-wax {
color: #f9a824;
}
.miami-marmalade {
color: #f68d1e;
}
.liselotte-syrup {
color: #d95b0d;
}
/* CSS Variables */
:root {
--marigold-dust:#f4cf3e;
--squash-blossom:#f6b83c;
--honey-wax:#f9a824;
--miami-marmalade:#f68d1e;
--liselotte-syrup:#d95b0d;
}