Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c5a1;
}
.peach-pink {
color: #ff998a;
}
.grapefruit-pulp {
color: #ff6e61;
}
.hotspot {
color: #ff4938;
}
.pastel-strawberry {
color: #ef4d4d;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c5a1;
--peach-pink:#ff998a;
--grapefruit-pulp:#ff6e61;
--hotspot:#ff4938;
--pastel-strawberry:#ef4d4d;
}