Color names in this palette
CSS code for this palette
/* CSS */
.spaghetti-strap-pink {
color: #f9a9d5;
}
.terrace-pool {
color: #9ed9e0;
}
.pretty-petunia {
color: #d7b2e0;
}
.fringy-flower {
color: #b1e7b7;
}
.maizena {
color: #f6ec60;
}
/* CSS Variables */
:root {
--spaghetti-strap-pink:#f9a9d5;
--terrace-pool:#9ed9e0;
--pretty-petunia:#d7b2e0;
--fringy-flower:#b1e7b7;
--maizena:#f6ec60;
}