Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.coral-blossom {
color: #f9c0a4;
}
.spaghetti-strap-pink {
color: #f9a9d5;
}
.rogue-pink {
color: #f99fbc;
}
.pretty-in-pink {
color: #f9c3e4;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--coral-blossom:#f9c0a4;
--spaghetti-strap-pink:#f9a9d5;
--rogue-pink:#f99fbc;
--pretty-in-pink:#f9c3e4;
}