Color names in this palette
CSS code for this palette
/* CSS */
.sweet-cherry-red {
color: #8c1728;
}
.scarlet-past {
color: #a53b3d;
}
.strawberry-wine {
color: #c66c6c;
}
.mexican-standoff {
color: #e8a378;
}
.salmon-eggs {
color: #f4d15d;
}
/* CSS Variables */
:root {
--sweet-cherry-red:#8c1728;
--scarlet-past:#a53b3d;
--strawberry-wine:#c66c6c;
--mexican-standoff:#e8a378;
--salmon-eggs:#f4d15d;
}