Color names in this palette
CSS code for this palette
/* CSS */
.simmered-seaweed {
color: #4c3e2f;
}
.tannin {
color: #a78c6c;
}
.sand-paper {
color: #ccbb8a;
}
.mac-n-cheese {
color: #e4b172;
}
.espresso-crema {
color: #d59e3f;
}
/* CSS Variables */
:root {
--simmered-seaweed:#4c3e2f;
--tannin:#a78c6c;
--sand-paper:#ccbb8a;
--mac-n-cheese:#e4b172;
--espresso-crema:#d59e3f;
}