Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.shrimp-toast {
color: #f9c29f;
}
.pink-fit {
color: #f6a2b0;
}
.meat {
color: #f47b7b;
}
.hot-coral {
color: #f05c5c;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--shrimp-toast:#f9c29f;
--pink-fit:#f6a2b0;
--meat:#f47b7b;
--hot-coral:#f05c5c;
}