Color names in this palette
CSS code for this palette
/* CSS */
.valentine-s-day {
color: #a13a6c;
}
.pink-fit {
color: #f1a7b1;
}
.mary-s-rose {
color: #f6d0d3;
}
.yellow-wax-pepper {
color: #f0e6b7;
}
.pale-jade {
color: #75c7b1;
}
/* CSS Variables */
:root {
--valentine-s-day:#a13a6c;
--pink-fit:#f1a7b1;
--mary-s-rose:#f6d0d3;
--yellow-wax-pepper:#f0e6b7;
--pale-jade:#75c7b1;
}