Color names in this palette
CSS code for this palette
/* CSS */
.bacchanalia-red {
color: #8c3b3b;
}
.texas-ranger-brown {
color: #9f512d;
}
.peru {
color: #ce8740;
}
.soviet-gold {
color: #ffd900;
}
.inferno-orange {
color: #ff4400;
}
/* CSS Variables */
:root {
--bacchanalia-red:#8c3b3b;
--texas-ranger-brown:#9f512d;
--peru:#ce8740;
--soviet-gold:#ffd900;
--inferno-orange:#ff4400;
}