Color names in this palette
CSS code for this palette
/* CSS */
.mars-red {
color: #c82d3a;
}
.sohi-red {
color: #e55d3e;
}
.florida-sunrise {
color: #f6aa6f;
}
.firelight {
color: #f9d97b;
}
.pastel-pea {
color: #bee3a5;
}
/* CSS Variables */
:root {
--mars-red:#c82d3a;
--sohi-red:#e55d3e;
--florida-sunrise:#f6aa6f;
--firelight:#f9d97b;
--pastel-pea:#bee3a5;
}