Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f6a2c8;
}
.pink-marshmallow {
color: #f5b7d1;
}
.in-the-pink {
color: #f2c5d2;
}
.noodles {
color: #f9e1b4;
}
.butterscotch {
color: #f9b248;
}
/* CSS Variables */
:root {
--rose-mallow:#f6a2c8;
--pink-marshmallow:#f5b7d1;
--in-the-pink:#f2c5d2;
--noodles:#f9e1b4;
--butterscotch:#f9b248;
}