Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f5a3b8;
}
.pink-marshmallow {
color: #f2b1d4;
}
.nursery-pink {
color: #f6d5e7;
}
.billowing-sail {
color: #d1e5e2;
}
.mr-frosty {
color: #a1c5d9;
}
/* CSS Variables */
:root {
--pink-chalk:#f5a3b8;
--pink-marshmallow:#f2b1d4;
--nursery-pink:#f6d5e7;
--billowing-sail:#d1e5e2;
--mr-frosty:#a1c5d9;
}