Color names in this palette
CSS code for this palette
/* CSS */
.in-the-pink {
color: #f3c4d3;
}
.fussy-pink {
color: #e9a5b8;
}
.minuette {
color: #d57b92;
}
.raspberry-parfait {
color: #b65d7f;
}
.pleasure {
color: #7d3b5b;
}
/* CSS Variables */
:root {
--in-the-pink:#f3c4d3;
--fussy-pink:#e9a5b8;
--minuette:#d57b92;
--raspberry-parfait:#b65d7f;
--pleasure:#7d3b5b;
}