Color names in this palette
CSS code for this palette
/* CSS */
.hyacinth-violet {
color: #a34d93;
}
.crushed-berries {
color: #d55d9b;
}
.amaranth-pink {
color: #f19dbc;
}
.sweetheart {
color: #f4c3d6;
}
.pork-belly {
color: #f9e1e6;
}
/* CSS Variables */
:root {
--hyacinth-violet:#a34d93;
--crushed-berries:#d55d9b;
--amaranth-pink:#f19dbc;
--sweetheart:#f4c3d6;
--pork-belly:#f9e1e6;
}