Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f4c3d6;
}
.sweet-lilac {
color: #eab8d1;
}
.french-white {
color: #f1e7da;
}
.pink-mimosa {
color: #f6b8a7;
}
.christy-s-smile {
color: #f7b6c9;
}
/* CSS Variables */
:root {
--sweetheart:#f4c3d6;
--sweet-lilac:#eab8d1;
--french-white:#f1e7da;
--pink-mimosa:#f6b8a7;
--christy-s-smile:#f7b6c9;
}