Color names in this palette
CSS code for this palette
/* CSS */
.thimble-red {
color: #a35c8d;
}
.heart-to-heart {
color: #d6a8c2;
}
.in-the-pink {
color: #f2c5d3;
}
.lemon-ice-yellow {
color: #f7e3a6;
}
.goldsmith {
color: #f2b650;
}
/* CSS Variables */
:root {
--thimble-red:#a35c8d;
--heart-to-heart:#d6a8c2;
--in-the-pink:#f2c5d3;
--lemon-ice-yellow:#f7e3a6;
--goldsmith:#f2b650;
}