Color names in this palette
CSS code for this palette
/* CSS */
.carnation-bouquet {
color: #f7c0d2;
}
.pastel-magenta {
color: #f59ebf;
}
.pink-sherbet {
color: #f4809f;
}
.love-letter {
color: #e76a8f;
}
.peppermint-swirl {
color: #d65c7a;
}
/* CSS Variables */
:root {
--carnation-bouquet:#f7c0d2;
--pastel-magenta:#f59ebf;
--pink-sherbet:#f4809f;
--love-letter:#e76a8f;
--peppermint-swirl:#d65c7a;
}