Color names in this palette
CSS code for this palette
/* CSS */
.mars-red {
color: #c92c39;
}
.plastic-carrot {
color: #f35f20;
}
.mad-for-mango {
color: #f5a300;
}
.x-ng-hu-ng-yellow {
color: #f9e367;
}
.fuego-verde {
color: #b6d12e;
}
/* CSS Variables */
:root {
--mars-red:#c92c39;
--plastic-carrot:#f35f20;
--mad-for-mango:#f5a300;
--x-ng-hu-ng-yellow:#f9e367;
--fuego-verde:#b6d12e;
}