Color names in this palette
CSS code for this palette
/* CSS */
.fresh-heather {
color: #d2c2e0;
}
.rosecco {
color: #eab8e4;
}
.rose-mallow {
color: #f5a8c6;
}
.pink-sherbet {
color: #f77e9c;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--fresh-heather:#d2c2e0;
--rosecco:#eab8e4;
--rose-mallow:#f5a8c6;
--pink-sherbet:#f77e9c;
--grapefruit-pulp:#ff6e61;
}