Color names in this palette
CSS code for this palette
/* CSS */
.strong-envy {
color: #7d2c2b;
}
.royal-rum {
color: #a44c4d;
}
.strawberry-wine {
color: #c76b6d;
}
.ninjin-orange {
color: #e7a96e;
}
.jasper {
color: #d53f3f;
}
/* CSS Variables */
:root {
--strong-envy:#7d2c2b;
--royal-rum:#a44c4d;
--strawberry-wine:#c76b6d;
--ninjin-orange:#e7a96e;
--jasper:#d53f3f;
}