Color names in this palette
CSS code for this palette
/* CSS */
.falling-leaves {
color: #a65c3a;
}
.western-sunrise {
color: #d8a06e;
}
.citrus-sachet {
color: #f1c6a7;
}
.mr-mustard {
color: #e2b75a;
}
.french-market {
color: #a3c5a0;
}
/* CSS Variables */
:root {
--falling-leaves:#a65c3a;
--western-sunrise:#d8a06e;
--citrus-sachet:#f1c6a7;
--mr-mustard:#e2b75a;
--french-market:#a3c5a0;
}