Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f1a7c8;
}
.pink-marshmallow {
color: #f4b8d4;
}
.rosy-nectar {
color: #f6c1df;
}
.pretty-petunia {
color: #d8b0e8;
}
.sea-cliff {
color: #a3c7e0;
}
/* CSS Variables */
:root {
--rose-mallow:#f1a7c8;
--pink-marshmallow:#f4b8d4;
--rosy-nectar:#f6c1df;
--pretty-petunia:#d8b0e8;
--sea-cliff:#a3c7e0;
}