Color names in this palette
CSS code for this palette
/* CSS */
.charming-cherry {
color: #ff8fa2;
}
.cherry-blossom-pink {
color: #ffb3c6;
}
.flower-spell {
color: #ffc7d7;
}
.crushed-cashew {
color: #ffecd6;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--charming-cherry:#ff8fa2;
--cherry-blossom-pink:#ffb3c6;
--flower-spell:#ffc7d7;
--crushed-cashew:#ffecd6;
--grapefruit-pulp:#ff6e61;
}