Color names in this palette
CSS code for this palette
/* CSS */
.peaty-brown {
color: #531e0e;
}
.roycroft-copper-red {
color: #7c3a27;
}
.remington-rust {
color: #a25c4e;
}
.thai-ice-tea {
color: #e0a57b;
}
.cheddar-corn {
color: #f7d4b6;
}
/* CSS Variables */
:root {
--peaty-brown:#531e0e;
--roycroft-copper-red:#7c3a27;
--remington-rust:#a25c4e;
--thai-ice-tea:#e0a57b;
--cheddar-corn:#f7d4b6;
}