Color names in this palette
CSS code for this palette
/* CSS */
.rich-walnut {
color: #7c5d4b;
}
.summer-hill {
color: #c2a48e;
}
.aebleskiver {
color: #e6d2b7;
}
.banana-yogurt {
color: #f9e8b4;
}
.syndicalist {
color: #f5c400;
}
/* CSS Variables */
:root {
--rich-walnut:#7c5d4b;
--summer-hill:#c2a48e;
--aebleskiver:#e6d2b7;
--banana-yogurt:#f9e8b4;
--syndicalist:#f5c400;
}