Color names in this palette
CSS code for this palette
/* CSS */
.garden-party {
color: #e6a8b7;
}
.pink-chintz {
color: #f0c1cf;
}
.shell-ginger {
color: #f9e4d7;
}
.persicus {
color: #ffb39e;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--garden-party:#e6a8b7;
--pink-chintz:#f0c1cf;
--shell-ginger:#f9e4d7;
--persicus:#ffb39e;
--grapefruit-pulp:#ff6e61;
}