Color names in this palette
CSS code for this palette
/* CSS */
.pink-marshmallow {
color: #f6b6d1;
}
.rose-mallow {
color: #f5a8c8;
}
.flower-girl {
color: #f495ae;
}
.apricot-jam {
color: #f2a76e;
}
.yellow-cream {
color: #f2d269;
}
/* CSS Variables */
:root {
--pink-marshmallow:#f6b6d1;
--rose-mallow:#f5a8c8;
--flower-girl:#f495ae;
--apricot-jam:#f2a76e;
--yellow-cream:#f2d269;
}