Color names in this palette
CSS code for this palette
/* CSS */
.farm-straw {
color: #d5b748;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.lemon-zest {
color: #f9d658;
}
.light-sh-shin-yellow {
color: #f5e87f;
}
.duck-butter {
color: #e3c759;
}
/* CSS Variables */
:root {
--farm-straw:#d5b748;
--solar-plexus-chakra:#f1c84b;
--lemon-zest:#f9d658;
--light-sh-shin-yellow:#f5e87f;
--duck-butter:#e3c759;
}