Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.sweetheart {
color: #f4c3d6;
}
.lovely-breeze {
color: #f8d8e6;
}
.petals-unfolding {
color: #f4b8c4;
}
.can-can {
color: #d48c9a;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--sweetheart:#f4c3d6;
--lovely-breeze:#f8d8e6;
--petals-unfolding:#f4b8c4;
--can-can:#d48c9a;
}