Color names in this palette
CSS code for this palette
/* CSS */
.peppermint-swirl {
color: #d85f77;
}
.rozowy-pink {
color: #f1a7b9;
}
.sullivan-s-heart {
color: #f9c3d3;
}
.enjoyable-yellow {
color: #f4d8a9;
}
.barley-white {
color: #f7e3b6;
}
/* CSS Variables */
:root {
--peppermint-swirl:#d85f77;
--rozowy-pink:#f1a7b9;
--sullivan-s-heart:#f9c3d3;
--enjoyable-yellow:#f4d8a9;
--barley-white:#f7e3b6;
}