Color names in this palette
CSS code for this palette
/* CSS */
.false-morel {
color: #7a4d4d;
}
.cheek-red {
color: #a65c59;
}
.coral-garden {
color: #d07c7d;
}
.mollusca {
color: #e5be9f;
}
.chalk-beige {
color: #d7c3b2;
}
/* CSS Variables */
:root {
--false-morel:#7a4d4d;
--cheek-red:#a65c59;
--coral-garden:#d07c7d;
--mollusca:#e5be9f;
--chalk-beige:#d7c3b2;
}