Color names in this palette
CSS code for this palette
/* CSS */
.pink-frosting {
color: #f7d4e1;
}
.prism-pink {
color: #f2a1c5;
}
.embarrassed {
color: #f17999;
}
.cranberry-splash {
color: #d84b67;
}
.primal-red {
color: #a92d52;
}
/* CSS Variables */
:root {
--pink-frosting:#f7d4e1;
--prism-pink:#f2a1c5;
--embarrassed:#f17999;
--cranberry-splash:#d84b67;
--primal-red:#a92d52;
}