Color names in this palette
CSS code for this palette
/* CSS */
.pink-marshmallow {
color: #f2b1d4;
}
.dahlia-delight {
color: #f9bed4;
}
.angel-blush {
color: #f7e3d9;
}
.eau-de-rose {
color: #e3bad1;
}
.promise-keeping {
color: #b2c4e6;
}
/* CSS Variables */
:root {
--pink-marshmallow:#f2b1d4;
--dahlia-delight:#f9bed4;
--angel-blush:#f7e3d9;
--eau-de-rose:#e3bad1;
--promise-keeping:#b2c4e6;
}