Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.mango-margarita {
color: #f9b44e;
}
.erythrosine {
color: #f77eb2;
}
.sky-of-ocean {
color: #83d0e7;
}
.skipper-blue {
color: #4d4d7a;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--mango-margarita:#f9b44e;
--erythrosine:#f77eb2;
--sky-of-ocean:#83d0e7;
--skipper-blue:#4d4d7a;
}