Color names in this palette
CSS code for this palette
/* CSS */
.river-of-gold {
color: #e5b35d;
}
.mulberry-thorn {
color: #c67d2a;
}
.fresh-auburn {
color: #a52b22;
}
.tobi-brown {
color: #4b1f1b;
}
.alyssa {
color: #f4e2d7;
}
/* CSS Variables */
:root {
--river-of-gold:#e5b35d;
--mulberry-thorn:#c67d2a;
--fresh-auburn:#a52b22;
--tobi-brown:#4b1f1b;
--alyssa:#f4e2d7;
}