Color names in this palette
CSS code for this palette
/* CSS */
.ice-cream-parlour {
color: #f8d2aa;
}
.snow-white-blush {
color: #f6aea7;
}
.spaghetti-strap-pink {
color: #f6a7d1;
}
.carissima {
color: #e37d98;
}
.llilacquered {
color: #c85b99;
}
/* CSS Variables */
:root {
--ice-cream-parlour:#f8d2aa;
--snow-white-blush:#f6aea7;
--spaghetti-strap-pink:#f6a7d1;
--carissima:#e37d98;
--llilacquered:#c85b99;
}