Color names in this palette
CSS code for this palette
/* CSS */
.tomorrow-s-coral {
color: #ffc2a3;
}
.grapefruit-pulp {
color: #ff6e61;
}
.blood-burst {
color: #ff4d4f;
}
.vampire-red {
color: #d63f2e;
}
.blue-dolphin {
color: #bec5cf;
}
/* CSS Variables */
:root {
--tomorrow-s-coral:#ffc2a3;
--grapefruit-pulp:#ff6e61;
--blood-burst:#ff4d4f;
--vampire-red:#d63f2e;
--blue-dolphin:#bec5cf;
}