Color names in this palette
CSS code for this palette
/* CSS */
.farm-straw {
color: #d9b54a;
}
.burned-brown {
color: #6f4c3e;
}
.butterscotch-syrup {
color: #d89e5f;
}
.icy-lemonade {
color: #f6e8b1;
}
.sotek-green {
color: #4a7c8c;
}
/* CSS Variables */
:root {
--farm-straw:#d9b54a;
--burned-brown:#6f4c3e;
--butterscotch-syrup:#d89e5f;
--icy-lemonade:#f6e8b1;
--sotek-green:#4a7c8c;
}