Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.cupid {
color: #f7b0c3;
}
.pink-fit {
color: #f8a5b4;
}
.orange-marmalade {
color: #fdac72;
}
.usubeni-red {
color: #f7696b;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--cupid:#f7b0c3;
--pink-fit:#f8a5b4;
--orange-marmalade:#fdac72;
--usubeni-red:#f7696b;
}