Color names in this palette
CSS code for this palette
/* CSS */
.daring-deception {
color: #f0e0e1;
}
.sullivan-s-heart {
color: #f5c7d1;
}
.love-spell {
color: #f8b4c3;
}
.pink-fit {
color: #f3a5b3;
}
.carnation {
color: #f57a91;
}
/* CSS Variables */
:root {
--daring-deception:#f0e0e1;
--sullivan-s-heart:#f5c7d1;
--love-spell:#f8b4c3;
--pink-fit:#f3a5b3;
--carnation:#f57a91;
}