Color names in this palette
CSS code for this palette
/* CSS */
.heart-to-heart {
color: #d5a5c6;
}
.sweet-lilac {
color: #eab8d1;
}
.light-rose {
color: #f4d2d5;
}
.hawaiian-cream {
color: #f9e6b9;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--heart-to-heart:#d5a5c6;
--sweet-lilac:#eab8d1;
--light-rose:#f4d2d5;
--hawaiian-cream:#f9e6b9;
--floral-leaf:#ffb84d;
}