Color names in this palette
CSS code for this palette
/* CSS */
.fondue-fudge {
color: #6c4c41;
}
.beef-hotpot {
color: #a85f2e;
}
.gold-foil {
color: #d89d4b;
}
.sunshine-mellow {
color: #f1c40e;
}
.apple-flower {
color: #eaf6eb;
}
/* CSS Variables */
:root {
--fondue-fudge:#6c4c41;
--beef-hotpot:#a85f2e;
--gold-foil:#d89d4b;
--sunshine-mellow:#f1c40e;
--apple-flower:#eaf6eb;
}