Color names in this palette
CSS code for this palette
/* CSS */
.greyish-brown {
color: #7c6c50;
}
.oatmeal-biscuit {
color: #b6a66d;
}
.italian-straw {
color: #e8d3a1;
}
.hawaiian-cream {
color: #f9e6b9;
}
.jazz-age-coral {
color: #f2c1b1;
}
/* CSS Variables */
:root {
--greyish-brown:#7c6c50;
--oatmeal-biscuit:#b6a66d;
--italian-straw:#e8d3a1;
--hawaiian-cream:#f9e6b9;
--jazz-age-coral:#f2c1b1;
}