Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f4c3d6;
}
.cupid {
color: #f7b1c6;
}
.pink-fit {
color: #f9a4b6;
}
.coral-silk {
color: #f6a07e;
}
.y-ng-ch-ng-orange {
color: #f6a23c;
}
/* CSS Variables */
:root {
--sweetheart:#f4c3d6;
--cupid:#f7b1c6;
--pink-fit:#f9a4b6;
--coral-silk:#f6a07e;
--y-ng-ch-ng-orange:#f6a23c;
}