Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.rosy-nectar {
color: #f4c3e0;
}
.pink-frosting {
color: #f6d5e1;
}
.sandy-beach {
color: #f9e2d2;
}
.precious-pink {
color: #f4b3b7;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--rosy-nectar:#f4c3e0;
--pink-frosting:#f6d5e1;
--sandy-beach:#f9e2d2;
--precious-pink:#f4b3b7;
}