Color names in this palette
CSS code for this palette
/* CSS */
.semi-sweet-chocolate {
color: #6a4125;
}
.sheepskin {
color: #d9b48c;
}
.tierra-del-fuego-sea-green {
color: #c2e0d5;
}
.money {
color: #7c9d6c;
}
.texas-ranger-brown {
color: #9f512d;
}
/* CSS Variables */
:root {
--semi-sweet-chocolate:#6a4125;
--sheepskin:#d9b48c;
--tierra-del-fuego-sea-green:#c2e0d5;
--money:#7c9d6c;
--texas-ranger-brown:#9f512d;
}