Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.sullivan-s-heart {
color: #f6c6d2;
}
.pink-frosting {
color: #f9d7e0;
}
.milky-maize {
color: #f7d7a1;
}
.shrimp-toast {
color: #f9c39f;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--sullivan-s-heart:#f6c6d2;
--pink-frosting:#f9d7e0;
--milky-maize:#f7d7a1;
--shrimp-toast:#f9c39f;
}