CSS code for this palette
/* CSS */
.monza {
color: #c9031d;
}
.fire-island {
color: #d94d3a;
}
.dune-king {
color: #eaa96c;
}
.march-yellow {
color: #f1d588;
}
.rumba-red {
color: #8d2a3e;
}
/* CSS Variables */
:root {
--monza:#c9031d;
--fire-island:#d94d3a;
--dune-king:#eaa96c;
--march-yellow:#f1d588;
--rumba-red:#8d2a3e;
}