Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f9c3d1;
}
.chickery-chick {
color: #ffea8f;
}
.grapefruit-pulp {
color: #ff6e61;
}
.squeaky {
color: #6dc3d5;
}
.emperor-s-children {
color: #f6a2b7;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f9c3d1;
--chickery-chick:#ffea8f;
--grapefruit-pulp:#ff6e61;
--squeaky:#6dc3d5;
--emperor-s-children:#f6a2b7;
}