Color names in this palette
CSS code for this palette
/* CSS */
.favorite-lavender {
color: #d1aad5;
}
.moonlight-melody {
color: #b079b4;
}
.bermuda-onion {
color: #a1598d;
}
.lilac-chiffon {
color: #df9fc2;
}
.sullivan-s-heart {
color: #f9c3d1;
}
/* CSS Variables */
:root {
--favorite-lavender:#d1aad5;
--moonlight-melody:#b079b4;
--bermuda-onion:#a1598d;
--lilac-chiffon:#df9fc2;
--sullivan-s-heart:#f9c3d1;
}