Color names in this palette
CSS code for this palette
/* CSS */
.harvest-at-dusk {
color: #cc8328;
}
.apricot-sorbet {
color: #e6a35c;
}
.almond-cookie {
color: #f1c779;
}
.lemon-filling {
color: #f7e6a6;
}
.seasonal-beige {
color: #e9b79f;
}
/* CSS Variables */
:root {
--harvest-at-dusk:#cc8328;
--apricot-sorbet:#e6a35c;
--almond-cookie:#f1c779;
--lemon-filling:#f7e6a6;
--seasonal-beige:#e9b79f;
}