Color names in this palette
CSS code for this palette
/* CSS */
.mars-red {
color: #c32c39;
}
.copious-caramel {
color: #d38a1d;
}
.green-trance {
color: #a2d7a7;
}
.turkish-stone {
color: #2d7c8f;
}
.western-brown {
color: #5e3a31;
}
/* CSS Variables */
:root {
--mars-red:#c32c39;
--copious-caramel:#d38a1d;
--green-trance:#a2d7a7;
--turkish-stone:#2d7c8f;
--western-brown:#5e3a31;
}