Color names in this palette
CSS code for this palette
/* CSS */
.mexican-red {
color: #9a3c3c;
}
.red-trillium {
color: #c74d4d;
}
.serape {
color: #d68d4c;
}
.amber-moon {
color: #f1d1a7;
}
.smoked-black-coffee {
color: #3c2f2f;
}
/* CSS Variables */
:root {
--mexican-red:#9a3c3c;
--red-trillium:#c74d4d;
--serape:#d68d4c;
--amber-moon:#f1d1a7;
--smoked-black-coffee:#3c2f2f;
}