Color names in this palette
CSS code for this palette
/* CSS */
.monza {
color: #c9031d;
}
.fire-island {
color: #d94d3a;
}
.india-trade {
color: #e69f60;
}
.white-corn {
color: #f1d398;
}
.hawaiian-cream {
color: #f9e6b9;
}
/* CSS Variables */
:root {
--monza:#c9031d;
--fire-island:#d94d3a;
--india-trade:#e69f60;
--white-corn:#f1d398;
--hawaiian-cream:#f9e6b9;
}