Color names in this palette
CSS code for this palette
/* CSS */
.gingerbread-crumble {
color: #9d5f2f;
}
.plantain-chips {
color: #d6a84c;
}
.goldfinch {
color: #f9e45d;
}
.purple-squid {
color: #7e599b;
}
.coronation-blue {
color: #5b4d99;
}
/* CSS Variables */
:root {
--gingerbread-crumble:#9d5f2f;
--plantain-chips:#d6a84c;
--goldfinch:#f9e45d;
--purple-squid:#7e599b;
--coronation-blue:#5b4d99;
}