Color names in this palette
CSS code for this palette
/* CSS */
.farm-straw {
color: #d0b84e;
}
.indian-maize {
color: #e6c44c;
}
.butterblond {
color: #ecc769;
}
.march-yellow {
color: #f1d788;
}
.sun-dust {
color: #f5e0a3;
}
/* CSS Variables */
:root {
--farm-straw:#d0b84e;
--indian-maize:#e6c44c;
--butterblond:#ecc769;
--march-yellow:#f1d788;
--sun-dust:#f5e0a3;
}