Color names in this palette
CSS code for this palette
/* CSS */
.masoho-red {
color: #d57e6d;
}
.terra-tone {
color: #b86c6b;
}
.sweet-cherry {
color: #a04b4c;
}
.wild-berry {
color: #7e3b3a;
}
.hot-sauce {
color: #a8503e;
}
/* CSS Variables */
:root {
--masoho-red:#d57e6d;
--terra-tone:#b86c6b;
--sweet-cherry:#a04b4c;
--wild-berry:#7e3b3a;
--hot-sauce:#a8503e;
}