Color names in this palette
CSS code for this palette
/* CSS */
.masoho-red {
color: #d5786c;
}
.dash-of-curry {
color: #c86b5b;
}
.fortune-red {
color: #b1544e;
}
.tomato-slices {
color: #a2443f;
}
.strong-envy {
color: #7d2c2b;
}
/* CSS Variables */
:root {
--masoho-red:#d5786c;
--dash-of-curry:#c86b5b;
--fortune-red:#b1544e;
--tomato-slices:#a2443f;
--strong-envy:#7d2c2b;
}