Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f5a3b8;
}
.tea-light {
color: #f6e6c1;
}
.cold-well-water {
color: #c1e1e2;
}
.purple-sapphire {
color: #7d4b91;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--pink-chalk:#f5a3b8;
--tea-light:#f6e6c1;
--cold-well-water:#c1e1e2;
--purple-sapphire:#7d4b91;
--grapefruit-pulp:#ff6e61;
}