Color names in this palette
CSS code for this palette
/* CSS */
.marigold-dust {
color: #f6d13c;
}
.egyptian-gold {
color: #f0a44c;
}
.bronzed-orange {
color: #d58a6c;
}
.grey-matter {
color: #c77f8e;
}
.heath-spotted-orchid {
color: #a35c9a;
}
/* CSS Variables */
:root {
--marigold-dust:#f6d13c;
--egyptian-gold:#f0a44c;
--bronzed-orange:#d58a6c;
--grey-matter:#c77f8e;
--heath-spotted-orchid:#a35c9a;
}