Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f4c3d6;
}
.sweet-lilac {
color: #eab8d1;
}
.pastel-lavender {
color: #d7a3c2;
}
.fleur-de-lis {
color: #b290c6;
}
.purple-squid {
color: #8b5a96;
}
/* CSS Variables */
:root {
--sweetheart:#f4c3d6;
--sweet-lilac:#eab8d1;
--pastel-lavender:#d7a3c2;
--fleur-de-lis:#b290c6;
--purple-squid:#8b5a96;
}