Color names in this palette
CSS code for this palette
/* CSS */
.24-carrot {
color: #e76a23;
}
.chrome-yellow {
color: #faa700;
}
.chamomile {
color: #e1c698;
}
.texas-ranger-brown {
color: #9f512d;
}
.mole {
color: #3b2d2b;
}
/* CSS Variables */
:root {
--24-carrot:#e76a23;
--chrome-yellow:#faa700;
--chamomile:#e1c698;
--texas-ranger-brown:#9f512d;
--mole:#3b2d2b;
}