Color names in this palette
CSS code for this palette
/* CSS */
.monza {
color: #c9031d;
}
.fire-island {
color: #d94d3a;
}
.burning-coals {
color: #f59c70;
}
.afternoon {
color: #f9c97b;
}
.lemon-filling {
color: #f7e4a6;
}
/* CSS Variables */
:root {
--monza:#c9031d;
--fire-island:#d94d3a;
--burning-coals:#f59c70;
--afternoon:#f9c97b;
--lemon-filling:#f7e4a6;
}