Color names in this palette
CSS code for this palette
/* CSS */
.shale {
color: #4c3e40;
}
.false-morel {
color: #7a4f4d;
}
.summer-s-eve {
color: #a86f6b;
}
.shanghai-peach {
color: #d29c8e;
}
.rosewater {
color: #e1c6c1;
}
/* CSS Variables */
:root {
--shale:#4c3e40;
--false-morel:#7a4f4d;
--summer-s-eve:#a86f6b;
--shanghai-peach:#d29c8e;
--rosewater:#e1c6c1;
}