Color names in this palette
CSS code for this palette
/* CSS */
.texas-ranger-brown {
color: #a44d2d;
}
.bright-gold {
color: #d4a154;
}
.golden-thread {
color: #e9c67c;
}
.martica {
color: #f4e5b8;
}
.lion-cub {
color: #f8caa5;
}
/* CSS Variables */
:root {
--texas-ranger-brown:#a44d2d;
--bright-gold:#d4a154;
--golden-thread:#e9c67c;
--martica:#f4e5b8;
--lion-cub:#f8caa5;
}