Color names in this palette
CSS code for this palette
/* CSS */
.hull-red {
color: #4d0f0f;
}
.falu-red {
color: #7f1a1a;
}
.harissa-red {
color: #a52c2c;
}
.race-car-stripe {
color: #d14747;
}
.breeze-of-chilli {
color: #f56b6b;
}
/* CSS Variables */
:root {
--hull-red:#4d0f0f;
--falu-red:#7f1a1a;
--harissa-red:#a52c2c;
--race-car-stripe:#d14747;
--breeze-of-chilli:#f56b6b;
}