Color names in this palette
CSS code for this palette
/* CSS */
.tamale-maize {
color: #f7e7b6;
}
.waffle-cone {
color: #e6c97a;
}
.plantain-chips {
color: #d4a84e;
}
.mulberry-thorn {
color: #c27d2e;
}
.summer-heat {
color: #aa553c;
}
/* CSS Variables */
:root {
--tamale-maize:#f7e7b6;
--waffle-cone:#e6c97a;
--plantain-chips:#d4a84e;
--mulberry-thorn:#c27d2e;
--summer-heat:#aa553c;
}