Color names in this palette
CSS code for this palette
/* CSS */
.smoky-salmon {
color: #e1b6a8;
}
.mulled-spice {
color: #d6a47a;
}
.autumn-leaf {
color: #b8694c;
}
.arabian-red {
color: #a34f3e;
}
.polished-apple {
color: #8c2b2b;
}
/* CSS Variables */
:root {
--smoky-salmon:#e1b6a8;
--mulled-spice:#d6a47a;
--autumn-leaf:#b8694c;
--arabian-red:#a34f3e;
--polished-apple:#8c2b2b;
}