Color names in this palette
CSS code for this palette
/* CSS */
.salmon-fresco {
color: #fbb1a2;
}
.fresh-on-the-market {
color: #f6a7bb;
}
.amaranth-pink {
color: #f29cbd;
}
.princess {
color: #f1a7b2;
}
.melon-mist {
color: #e67f92;
}
/* CSS Variables */
:root {
--salmon-fresco:#fbb1a2;
--fresh-on-the-market:#f6a7bb;
--amaranth-pink:#f29cbd;
--princess:#f1a7b2;
--melon-mist:#e67f92;
}