Color names in this palette
CSS code for this palette
/* CSS */
.heart-to-heart {
color: #d3a7c5;
}
.pink-scallop {
color: #f1e0d5;
}
.bridesmaid {
color: #fce5de;
}
.first-date {
color: #f5b5a3;
}
.carnation {
color: #f57a91;
}
/* CSS Variables */
:root {
--heart-to-heart:#d3a7c5;
--pink-scallop:#f1e0d5;
--bridesmaid:#fce5de;
--first-date:#f5b5a3;
--carnation:#f57a91;
}