Color names in this palette
CSS code for this palette
/* CSS */
.heart-to-heart {
color: #d3a6c4;
}
.tussie-mussie {
color: #ebc6d8;
}
.early-sunset {
color: #f3e5d8;
}
.cream-custard {
color: #f3d7af;
}
.coral-silk {
color: #f3a67c;
}
/* CSS Variables */
:root {
--heart-to-heart:#d3a6c4;
--tussie-mussie:#ebc6d8;
--early-sunset:#f3e5d8;
--cream-custard:#f3d7af;
--coral-silk:#f3a67c;
}