Color names in this palette
CSS code for this palette
/* CSS */
.mid-tan {
color: #c78e5c;
}
.new-wheat {
color: #d5b06d;
}
.golden-thread {
color: #e6c479;
}
.gatsby-glitter {
color: #f0d87f;
}
.splash {
color: #f2d89c;
}
/* CSS Variables */
:root {
--mid-tan:#c78e5c;
--new-wheat:#d5b06d;
--golden-thread:#e6c479;
--gatsby-glitter:#f0d87f;
--splash:#f2d89c;
}