Color names in this palette
CSS code for this palette
/* CSS */
.tomorrow-s-coral {
color: #ffc2a3;
}
.buttery-salmon {
color: #ffb19e;
}
.lolly {
color: #ff9c8f;
}
.grapefruit-pulp {
color: #ff6e61;
}
.blood-burst {
color: #ff4d4d;
}
/* CSS Variables */
:root {
--tomorrow-s-coral:#ffc2a3;
--buttery-salmon:#ffb19e;
--lolly:#ff9c8f;
--grapefruit-pulp:#ff6e61;
--blood-burst:#ff4d4d;
}