Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f4c3d8;
}
.emperor-s-children {
color: #f0a3b2;
}
.wonder-lust {
color: #ef8a9d;
}
.grapefruit-pulp {
color: #ff6e61;
}
.pink-cattleya {
color: #ffb3d1;
}
/* CSS Variables */
:root {
--sweetheart:#f4c3d8;
--emperor-s-children:#f0a3b2;
--wonder-lust:#ef8a9d;
--grapefruit-pulp:#ff6e61;
--pink-cattleya:#ffb3d1;
}