Color names in this palette
CSS code for this palette
/* CSS */
.mars-red {
color: #c82d3a;
}
.salsa-sizzle {
color: #f07b3d;
}
.syndicalist {
color: #f5c400;
}
.bilious-green {
color: #a6d56c;
}
.green-belt {
color: #2c816d;
}
/* CSS Variables */
:root {
--mars-red:#c82d3a;
--salsa-sizzle:#f07b3d;
--syndicalist:#f5c400;
--bilious-green:#a6d56c;
--green-belt:#2c816d;
}