Color names in this palette
CSS code for this palette
/* CSS */
.sprinkled-with-pink {
color: #e8a1b1;
}
.sullivan-s-heart {
color: #f7c5d5;
}
.valerie {
color: #fce3e7;
}
.ibis {
color: #f1b1c1;
}
.rose-garden {
color: #d89dc7;
}
/* CSS Variables */
:root {
--sprinkled-with-pink:#e8a1b1;
--sullivan-s-heart:#f7c5d5;
--valerie:#fce3e7;
--ibis:#f1b1c1;
--rose-garden:#d89dc7;
}