Color names in this palette
CSS code for this palette
/* CSS */
.rosy-nectar {
color: #f5c2e0;
}
.spaghetti-strap-pink {
color: #f9a9d5;
}
.carnation {
color: #f77e8e;
}
.strawberry-avalanche {
color: #f5503d;
}
.sunshine-mellow {
color: #f1c40e;
}
/* CSS Variables */
:root {
--rosy-nectar:#f5c2e0;
--spaghetti-strap-pink:#f9a9d5;
--carnation:#f77e8e;
--strawberry-avalanche:#f5503d;
--sunshine-mellow:#f1c40e;
}