Color names in this palette
CSS code for this palette
/* CSS */
.calico-rose {
color: #e5c0b3;
}
.ibis {
color: #f2b1c1;
}
.spaghetti-strap-pink {
color: #f6a7d6;
}
.cotton-candy-aesthetic {
color: #f3b9e0;
}
.infatuation {
color: #f0d6e9;
}
/* CSS Variables */
:root {
--calico-rose:#e5c0b3;
--ibis:#f2b1c1;
--spaghetti-strap-pink:#f6a7d6;
--cotton-candy-aesthetic:#f3b9e0;
--infatuation:#f0d6e9;
}