Color names in this palette
CSS code for this palette
/* CSS */
.tomorrow-s-coral {
color: #ffc2a3;
}
.grapefruit-pulp {
color: #ff6e61;
}
.pelati {
color: #ff382e;
}
.light-violet {
color: #d3b8ff;
}
.baby-blue {
color: #a3c8ff;
}
/* CSS Variables */
:root {
--tomorrow-s-coral:#ffc2a3;
--grapefruit-pulp:#ff6e61;
--pelati:#ff382e;
--light-violet:#d3b8ff;
--baby-blue:#a3c8ff;
}