Color names in this palette
CSS code for this palette
/* CSS */
.tomorrow-s-coral {
color: #ffc2a3;
}
.grapefruit-pulp {
color: #ff6e61;
}
.bacon-strips {
color: #e13e33;
}
.rave-red {
color: #a03c31;
}
.festive-bordeaux {
color: #6b0f18;
}
/* CSS Variables */
:root {
--tomorrow-s-coral:#ffc2a3;
--grapefruit-pulp:#ff6e61;
--bacon-strips:#e13e33;
--rave-red:#a03c31;
--festive-bordeaux:#6b0f18;
}