Color names in this palette
CSS code for this palette
/* CSS */
.farm-straw {
color: #d9b74a;
}
.bountiful-gold {
color: #e5c56c;
}
.buttery-croissant {
color: #f8e19b;
}
.cochin-chicken {
color: #f5b561;
}
.pineapple-wine {
color: #dab66c;
}
/* CSS Variables */
:root {
--farm-straw:#d9b74a;
--bountiful-gold:#e5c56c;
--buttery-croissant:#f8e19b;
--cochin-chicken:#f5b561;
--pineapple-wine:#dab66c;
}