Color names in this palette
CSS code for this palette
/* CSS */
.charming-cherry {
color: #ff8fa2;
}
.cherry-blossom-pink {
color: #ffb3c6;
}
.light-pink {
color: #ffd1e0;
}
.blobfish {
color: #ffc2cc;
}
.salmon-rose {
color: #ff7081;
}
/* CSS Variables */
:root {
--charming-cherry:#ff8fa2;
--cherry-blossom-pink:#ffb3c6;
--light-pink:#ffd1e0;
--blobfish:#ffc2cc;
--salmon-rose:#ff7081;
}