Color names in this palette
CSS code for this palette
/* CSS */
.texas-ranger-brown {
color: #9f512d;
}
.common-chestnut {
color: #cd5b5b;
}
.dwarven-peaches {
color: #ffa07a;
}
.soviet-gold {
color: #ffd900;
}
.saddle-brown {
color: #8b4513;
}
/* CSS Variables */
:root {
--texas-ranger-brown:#9f512d;
--common-chestnut:#cd5b5b;
--dwarven-peaches:#ffa07a;
--soviet-gold:#ffd900;
--saddle-brown:#8b4513;
}