Color names in this palette
CSS code for this palette
/* CSS */
.salmon-fresco {
color: #fbb1a2;
}
.pink-fit {
color: #f6a2b2;
}
.amaranth-pink {
color: #f19db9;
}
.carissima {
color: #e77e95;
}
.rapture-rose {
color: #d15c73;
}
/* CSS Variables */
:root {
--salmon-fresco:#fbb1a2;
--pink-fit:#f6a2b2;
--amaranth-pink:#f19db9;
--carissima:#e77e95;
--rapture-rose:#d15c73;
}