Color names in this palette
CSS code for this palette
/* CSS */
.mars-red {
color: #c92c39;
}
.american-yellow {
color: #f5b400;
}
.lime-lizard {
color: #a3d55d;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.olympic-blue {
color: #4b91e2;
}
/* CSS Variables */
:root {
--mars-red:#c92c39;
--american-yellow:#f5b400;
--lime-lizard:#a3d55d;
--creamy-sweet-corn:#f9c54e;
--olympic-blue:#4b91e2;
}