Color names in this palette
CSS code for this palette
/* CSS */
.hemoglobin-red {
color: #c51b1b;
}
.re-entry {
color: #d94a4a;
}
.plum-blossom {
color: #f2a1a1;
}
.blushing-senorita {
color: #f2caca;
}
.reduced-pink {
color: #f7e4e4;
}
/* CSS Variables */
:root {
--hemoglobin-red:#c51b1b;
--re-entry:#d94a4a;
--plum-blossom:#f2a1a1;
--blushing-senorita:#f2caca;
--reduced-pink:#f7e4e4;
}