Color names in this palette
CSS code for this palette
/* CSS */
.heart-to-heart {
color: #d6a9c7;
}
.lilac-haze {
color: #d1b6d2;
}
.dreamy-memory {
color: #e6c1d9;
}
.palace-rose {
color: #f7cad4;
}
.poetic-princess {
color: #f8e2e6;
}
/* CSS Variables */
:root {
--heart-to-heart:#d6a9c7;
--lilac-haze:#d1b6d2;
--dreamy-memory:#e6c1d9;
--palace-rose:#f7cad4;
--poetic-princess:#f8e2e6;
}