Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #e7b6d2;
}
.sweetheart {
color: #f4c3da;
}
.pinenut {
color: #f9d8b9;
}
.delightful-peach {
color: #feecd2;
}
.candy-heart-pink {
color: #f6a2a2;
}
/* CSS Variables */
:root {
--sweet-lilac:#e7b6d2;
--sweetheart:#f4c3da;
--pinenut:#f9d8b9;
--delightful-peach:#feecd2;
--candy-heart-pink:#f6a2a2;
}