Color names in this palette
CSS code for this palette
/* CSS */
.charming-cherry {
color: #ff8fa2;
}
.cherry-blossom-pink {
color: #ffb3c6;
}
.light-pink {
color: #ffd1de;
}
.nosegay {
color: #ffe5eb;
}
.sea-salt-sherbet {
color: #fff5f7;
}
/* CSS Variables */
:root {
--charming-cherry:#ff8fa2;
--cherry-blossom-pink:#ffb3c6;
--light-pink:#ffd1de;
--nosegay:#ffe5eb;
--sea-salt-sherbet:#fff5f7;
}