Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f8c4d3;
}
.macaroni-and-cheese {
color: #ffb87a;
}
.au-gratin {
color: #ffa047;
}
.grapefruit-pulp {
color: #ff6e61;
}
.sunburnt-cyclops {
color: #ff3d4d;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f8c4d3;
--macaroni-and-cheese:#ffb87a;
--au-gratin:#ffa047;
--grapefruit-pulp:#ff6e61;
--sunburnt-cyclops:#ff3d4d;
}