Color names in this palette
CSS code for this palette
/* CSS */
.rhubarb-gin {
color: #d7a8c2;
}
.pink-chintz {
color: #f1c1d0;
}
.smooth-as-corn-silk {
color: #f4e2b3;
}
.sparkler {
color: #ffed94;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--rhubarb-gin:#d7a8c2;
--pink-chintz:#f1c1d0;
--smooth-as-corn-silk:#f4e2b3;
--sparkler:#ffed94;
--grapefruit-pulp:#ff6e61;
}