Color names in this palette
CSS code for this palette
/* CSS */
.ballet-slippers {
color: #f7a1b2;
}
.sweetheart {
color: #f4c3d6;
}
.quench-blue {
color: #b6e1e7;
}
.pharaoh-s-jade {
color: #85d6a7;
}
.cinque-foil {
color: #fffd8a;
}
/* CSS Variables */
:root {
--ballet-slippers:#f7a1b2;
--sweetheart:#f4c3d6;
--quench-blue:#b6e1e7;
--pharaoh-s-jade:#85d6a7;
--cinque-foil:#fffd8a;
}