Color names in this palette
CSS code for this palette
/* CSS */
.ethereal-espresso {
color: #3e2723;
}
.roxy-brown {
color: #795649;
}
.subpoena {
color: #d6cbc7;
}
.mandarin-sorbet {
color: #ffad42;
}
.smashing-pumpkins {
color: #ff5724;
}
/* CSS Variables */
:root {
--ethereal-espresso:#3e2723;
--roxy-brown:#795649;
--subpoena:#d6cbc7;
--mandarin-sorbet:#ffad42;
--smashing-pumpkins:#ff5724;
}