Color names in this palette
CSS code for this palette
/* CSS */
.cocoa-nutmeg {
color: #a67c6e;
}
.mexican-sand {
color: #b09482;
}
.hanover {
color: #d8c6b0;
}
.james-blonde {
color: #f0e2b7;
}
.warming-peach {
color: #e6b8a2;
}
/* CSS Variables */
:root {
--cocoa-nutmeg:#a67c6e;
--mexican-sand:#b09482;
--hanover:#d8c6b0;
--james-blonde:#f0e2b7;
--warming-peach:#e6b8a2;
}