Color names in this palette
CSS code for this palette
/* CSS */
.heart-to-heart {
color: #d3a7c4;
}
.hopeful {
color: #f1d5e1;
}
.deco-pink {
color: #f8c4c9;
}
.ibis-wing {
color: #f78c82;
}
.italiano-rose {
color: #d45e68;
}
/* CSS Variables */
:root {
--heart-to-heart:#d3a7c4;
--hopeful:#f1d5e1;
--deco-pink:#f8c4c9;
--ibis-wing:#f78c82;
--italiano-rose:#d45e68;
}