Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.sweetheart {
color: #f4c3d6;
}
.summer-cosmos {
color: #f8d3e0;
}
.cupid {
color: #f6b1c5;
}
.wonder-lust {
color: #f28c9c;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--sweetheart:#f4c3d6;
--summer-cosmos:#f8d3e0;
--cupid:#f6b1c5;
--wonder-lust:#f28c9c;
}