Color names in this palette
CSS code for this palette
/* CSS */
.sparkling-pink {
color: #f3c9e7;
}
.spaghetti-strap-pink {
color: #f5a8d6;
}
.fruit-shake {
color: #f59c8e;
}
.pink-beach {
color: #f6c3a7;
}
.flan {
color: #f7e1b6;
}
/* CSS Variables */
:root {
--sparkling-pink:#f3c9e7;
--spaghetti-strap-pink:#f5a8d6;
--fruit-shake:#f59c8e;
--pink-beach:#f6c3a7;
--flan:#f7e1b6;
}