Color names in this palette
CSS code for this palette
/* CSS */
.brittany-s-bow {
color: #f3d8de;
}
.rhodonite {
color: #f1b1c4;
}
.shocking {
color: #e89bbe;
}
.sugar-tooth {
color: #d68f9f;
}
.enamored {
color: #c57c82;
}
/* CSS Variables */
:root {
--brittany-s-bow:#f3d8de;
--rhodonite:#f1b1c4;
--shocking:#e89bbe;
--sugar-tooth:#d68f9f;
--enamored:#c57c82;
}