Color names in this palette
CSS code for this palette
/* CSS */
.heart-to-heart {
color: #d2a7c2;
}
.lemon-ice-yellow {
color: #f6e1a7;
}
.almond-cream {
color: #f5c29e;
}
.cumquat-cream {
color: #f69e7e;
}
.paris-pink {
color: #d66b94;
}
/* CSS Variables */
:root {
--heart-to-heart:#d2a7c2;
--lemon-ice-yellow:#f6e1a7;
--almond-cream:#f5c29e;
--cumquat-cream:#f69e7e;
--paris-pink:#d66b94;
}