Color names in this palette
CSS code for this palette
/* CSS */
.desire-pink {
color: #f1c6d3;
}
.sweet-lilac {
color: #eab8d1;
}
.pink-chalk {
color: #f4a4bf;
}
.carnation {
color: #f97b8e;
}
.peppermint-swirl {
color: #d65c83;
}
/* CSS Variables */
:root {
--desire-pink:#f1c6d3;
--sweet-lilac:#eab8d1;
--pink-chalk:#f4a4bf;
--carnation:#f97b8e;
--peppermint-swirl:#d65c83;
}