Color names in this palette
CSS code for this palette
/* CSS */
.pink-marshmallow {
color: #f0b7d2;
}
.pink-eraser {
color: #f49d9a;
}
.mad-for-mango {
color: #f5a300;
}
.mustard-yellow {
color: #e6b000;
}
.sunlounge {
color: #d77f2d;
}
/* CSS Variables */
:root {
--pink-marshmallow:#f0b7d2;
--pink-eraser:#f49d9a;
--mad-for-mango:#f5a300;
--mustard-yellow:#e6b000;
--sunlounge:#d77f2d;
}