Color names in this palette
CSS code for this palette
/* CSS */
.seraphim-sepia {
color: #d97c4a;
}
.texas-ranger-brown {
color: #a15430;
}
.grill-master {
color: #803d28;
}
.green-383 {
color: #3e3c28;
}
.gluon-grey {
color: #1b1d1d;
}
/* CSS Variables */
:root {
--seraphim-sepia:#d97c4a;
--texas-ranger-brown:#a15430;
--grill-master:#803d28;
--green-383:#3e3c28;
--gluon-grey:#1b1d1d;
}