Color names in this palette
CSS code for this palette
/* CSS */
.hull-red {
color: #4d0f0f;
}
.falu-red {
color: #791b1b;
}
.harissa-red {
color: #a12b2b;
}
.bullfighters-red {
color: #d04343;
}
.hot-coral {
color: #f05c5c;
}
/* CSS Variables */
:root {
--hull-red:#4d0f0f;
--falu-red:#791b1b;
--harissa-red:#a12b2b;
--bullfighters-red:#d04343;
--hot-coral:#f05c5c;
}