Color names in this palette
CSS code for this palette
/* CSS */
.gruy-re-cheese {
color: #f5deb2;
}
.biltmore-buff {
color: #e3cca1;
}
.link-to-the-past {
color: #d0b38a;
}
.sugar-pie {
color: #c8a679;
}
.empire-gold {
color: #bfa06e;
}
/* CSS Variables */
:root {
--gruy-re-cheese:#f5deb2;
--biltmore-buff:#e3cca1;
--link-to-the-past:#d0b38a;
--sugar-pie:#c8a679;
--empire-gold:#bfa06e;
}