Color names in this palette
CSS code for this palette
/* CSS */
.charming-cherry {
color: #ff8fa2;
}
.cherry-blossom-pink {
color: #ffb3c6;
}
.sweet-serenade {
color: #ffc7d5;
}
.sheer-rosebud {
color: #ffe9e5;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--charming-cherry:#ff8fa2;
--cherry-blossom-pink:#ffb3c6;
--sweet-serenade:#ffc7d5;
--sheer-rosebud:#ffe9e5;
--grapefruit-pulp:#ff6e61;
}