Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f2a6c8;
}
.love-letter {
color: #e76a8f;
}
.little-baby-girl {
color: #f9b9d3;
}
.cherry-blossom-pink {
color: #ffb8c6;
}
.pink-lemonade {
color: #ffebeb;
}
/* CSS Variables */
:root {
--rose-mallow:#f2a6c8;
--love-letter:#e76a8f;
--little-baby-girl:#f9b9d3;
--cherry-blossom-pink:#ffb8c6;
--pink-lemonade:#ffebeb;
}