Color names in this palette
CSS code for this palette
/* CSS */
.vintage-copper {
color: #9c5a49;
}
.dash-of-curry {
color: #d06c5d;
}
.monarch-orange {
color: #f1a46a;
}
.bad-moon-yellow {
color: #f3e5b4;
}
.spiced-red {
color: #8c4b3b;
}
/* CSS Variables */
:root {
--vintage-copper:#9c5a49;
--dash-of-curry:#d06c5d;
--monarch-orange:#f1a46a;
--bad-moon-yellow:#f3e5b4;
--spiced-red:#8c4b3b;
}