Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.shrimp-toast {
color: #f9c39f;
}
.rogue-pink {
color: #f99fbf;
}
.calabrese {
color: #f6a9a2;
}
.s-l-i-orange {
color: #f98348;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--shrimp-toast:#f9c39f;
--rogue-pink:#f99fbf;
--calabrese:#f6a9a2;
--s-l-i-orange:#f98348;
}