Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f4a4b5;
}
.pink-frosting {
color: #f7d4e1;
}
.banana-br-l-e {
color: #f9eab9;
}
.saffron-mango {
color: #f9c358;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--pink-fit:#f4a4b5;
--pink-frosting:#f7d4e1;
--banana-br-l-e:#f9eab9;
--saffron-mango:#f9c358;
--grapefruit-pulp:#ff6e61;
}