Color names in this palette
CSS code for this palette
/* CSS */
.hull-red {
color: #4d0f0f;
}
.socialist {
color: #891a1a;
}
.peri-peri {
color: #c92c2c;
}
.hot-coral {
color: #f05c5c;
}
.strawberry-field {
color: #fa8585;
}
/* CSS Variables */
:root {
--hull-red:#4d0f0f;
--socialist:#891a1a;
--peri-peri:#c92c2c;
--hot-coral:#f05c5c;
--strawberry-field:#fa8585;
}