Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.roseberry {
color: #f7a8a1;
}
.forgotten-sunset {
color: #fcd2b0;
}
.pasta {
color: #f8e2af;
}
.fresh-on-the-market {
color: #f8a5b7;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--roseberry:#f7a8a1;
--forgotten-sunset:#fcd2b0;
--pasta:#f8e2af;
--fresh-on-the-market:#f8a5b7;
}