Color names in this palette
CSS code for this palette
/* CSS */
.prism-pink {
color: #f0a3c4;
}
.impatient-pink {
color: #d87d97;
}
.peppermint-swirl {
color: #d65783;
}
.tree-peony {
color: #a72f5b;
}
.zinfandel {
color: #5c1f3d;
}
/* CSS Variables */
:root {
--prism-pink:#f0a3c4;
--impatient-pink:#d87d97;
--peppermint-swirl:#d65783;
--tree-peony:#a72f5b;
--zinfandel:#5c1f3d;
}