Color names in this palette
CSS code for this palette
/* CSS */
.fulgrim-pink {
color: #f5b2d0;
}
.spaghetti-strap-pink {
color: #f6a7d1;
}
.cherry-blossom {
color: #f6c1d7;
}
.orange-chocolate {
color: #f4c476;
}
.coral-silk {
color: #f1a37e;
}
/* CSS Variables */
:root {
--fulgrim-pink:#f5b2d0;
--spaghetti-strap-pink:#f6a7d1;
--cherry-blossom:#f6c1d7;
--orange-chocolate:#f4c476;
--coral-silk:#f1a37e;
}