Color names in this palette
CSS code for this palette
/* CSS */
.solar-ash {
color: #c76223;
}
.mexican-spirit {
color: #d67f38;
}
.roasted-squash {
color: #e3a054;
}
.butterblond {
color: #f1c66a;
}
.lemon-filling {
color: #f7e6a6;
}
/* CSS Variables */
:root {
--solar-ash:#c76223;
--mexican-spirit:#d67f38;
--roasted-squash:#e3a054;
--butterblond:#f1c66a;
--lemon-filling:#f7e6a6;
}