Color names in this palette
CSS code for this palette
/* CSS */
.gizmo {
color: #d6a4b9;
}
.rock-star-pink {
color: #c58cb9;
}
.pearly-purple {
color: #b76ca3;
}
.sweetheart {
color: #f1c0d8;
}
.pink-blessing {
color: #f5a8ba;
}
/* CSS Variables */
:root {
--gizmo:#d6a4b9;
--rock-star-pink:#c58cb9;
--pearly-purple:#b76ca3;
--sweetheart:#f1c0d8;
--pink-blessing:#f5a8ba;
}