Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f6a2c8;
}
.pink-marshmallow {
color: #f6b1d4;
}
.rosy-nectar {
color: #f6c1df;
}
.little-smile {
color: #f6d0ea;
}
.soft-lavender {
color: #f6dff5;
}
/* CSS Variables */
:root {
--rose-mallow:#f6a2c8;
--pink-marshmallow:#f6b1d4;
--rosy-nectar:#f6c1df;
--little-smile:#f6d0ea;
--soft-lavender:#f6dff5;
}