Color names in this palette
CSS code for this palette
/* CSS */
.american-red {
color: #b42233;
}
.etruscan-red {
color: #c82d3d;
}
.bacon-strips {
color: #e13e33;
}
.ginger-milk {
color: #f7a659;
}
.trapunto {
color: #f5e9b7;
}
/* CSS Variables */
:root {
--american-red:#b42233;
--etruscan-red:#c82d3d;
--bacon-strips:#e13e33;
--ginger-milk:#f7a659;
--trapunto:#f5e9b7;
}