Color names in this palette
CSS code for this palette
/* CSS */
.goldsmith {
color: #f1b24b;
}
.turmeric-tea {
color: #d68b29;
}
.scarecrow-frown {
color: #a75f25;
}
.roycroft-copper-red {
color: #7e3a26;
}
.fudge-brownie {
color: #5c2c19;
}
/* CSS Variables */
:root {
--goldsmith:#f1b24b;
--turmeric-tea:#d68b29;
--scarecrow-frown:#a75f25;
--roycroft-copper-red:#7e3a26;
--fudge-brownie:#5c2c19;
}